partial bitcoin#26226: Bump minimum python version to 3.7

This commit is contained in:
Kittywhiskers Van Gogh 2023-05-10 08:29:11 +00:00 committed by PastaPastaPasta
parent 4fb0a43052
commit 7bd22afacb
5 changed files with 7 additions and 7 deletions

View File

@ -29,9 +29,9 @@ task:
functional_test_script: functional_test_script:
- ./test/functional/test_runner.py --jobs 9 --ci --extended --exclude feature_dbcrash --combinedlogslen=1000 --quiet --failfast - ./test/functional/test_runner.py --jobs 9 --ci --extended --exclude feature_dbcrash --combinedlogslen=1000 --quiet --failfast
task: task:
name: "x86_64 Linux [GOAL: install] [bionic] [Using ./ci/ system]" name: "x86_64 Linux [GOAL: install] [buster] [Using ./ci/ system]"
container: container:
image: ubuntu:18.04 image: debian:buster
cpu: 8 cpu: 8
memory: 8G memory: 8G
timeout_in: 60m timeout_in: 60m

View File

@ -1 +1 @@
3.6.15 3.7.16

View File

@ -204,7 +204,7 @@ after_success:
env: env:
cache: false cache: false
language: python language: python
python: '3.6' # Oldest supported version according to doc/dependencies.md python: '3.7' # Oldest supported version according to doc/dependencies.md
install: install:
- set -o errexit; source ./ci/lint/04_install.sh - set -o errexit; source ./ci/lint/04_install.sh
before_script: before_script:

View File

@ -99,8 +99,8 @@ AC_PATH_TOOL(RANLIB, ranlib)
AC_PATH_TOOL(STRIP, strip) AC_PATH_TOOL(STRIP, strip)
AC_PATH_TOOL(GCOV, gcov) AC_PATH_TOOL(GCOV, gcov)
AC_PATH_PROG(LCOV, lcov) AC_PATH_PROG(LCOV, lcov)
dnl Python 3.6 is specified in .python-version and should be used if available, see doc/dependencies.md dnl Python 3.7 is specified in .python-version and should be used if available, see doc/dependencies.md
AC_PATH_PROGS([PYTHON], [python3.6 python3.7 python3.8 python3.9 python3.10 python3.11 python3 python]) AC_PATH_PROGS([PYTHON], [python3.7 python3.8 python3.9 python3.10 python3.11 python3.12 python3 python])
AC_PATH_PROG(GENHTML, genhtml) AC_PATH_PROG(GENHTML, genhtml)
AC_PATH_PROG([GIT], [git]) AC_PATH_PROG([GIT], [git])
AC_PATH_PROG(CCACHE,ccache) AC_PATH_PROG(CCACHE,ccache)

View File

@ -20,7 +20,7 @@ These are the dependencies currently used by Dash Core. You can find instruction
| librsvg | | | | | | | librsvg | | | | | |
| MiniUPnPc | [2.2.2](https://miniupnp.tuxfamily.org/files) | | No | | | | MiniUPnPc | [2.2.2](https://miniupnp.tuxfamily.org/files) | | No | | |
| PCRE | | | | | [Yes](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk) | | PCRE | | | | | [Yes](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk) |
| Python (tests) | | [3.6](https://www.python.org/downloads) | | | | | Python (tests) | | [3.7](https://www.python.org/downloads) | | | |
| qrencode | [3.4.4](https://fukuchi.org/works/qrencode) | | No | | | | qrencode | [3.4.4](https://fukuchi.org/works/qrencode) | | No | | |
| Qt | [5.12.11](https://download.qt.io/official_releases/qt/) | [5.5.1](https://github.com/bitcoin/bitcoin/issues/13478) | No | | | | Qt | [5.12.11](https://download.qt.io/official_releases/qt/) | [5.5.1](https://github.com/bitcoin/bitcoin/issues/13478) | No | | |
| SQLite | [3.32.1](https://sqlite.org/download.html) | [3.7.17](https://github.com/bitcoin/bitcoin/pull/19077) | | | | | SQLite | [3.32.1](https://sqlite.org/download.html) | [3.7.17](https://github.com/bitcoin/bitcoin/pull/19077) | | | |