partial bitcoin#27483: Bump python minimum version to 3.8

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

View File

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

View File

@ -1 +1 @@
3.7.16
3.8.16

View File

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

View File

@ -99,8 +99,8 @@ AC_PATH_TOOL(RANLIB, ranlib)
AC_PATH_TOOL(STRIP, strip)
AC_PATH_TOOL(GCOV, gcov)
AC_PATH_PROG(LCOV, lcov)
dnl Python 3.7 is specified in .python-version and should be used if available, see doc/dependencies.md
AC_PATH_PROGS([PYTHON], [python3.7 python3.8 python3.9 python3.10 python3.11 python3.12 python3 python])
dnl Python 3.8 is specified in .python-version and should be used if available, see doc/dependencies.md
AC_PATH_PROGS([PYTHON], [python3.8 python3.9 python3.10 python3.11 python3.12 python3 python])
AC_PATH_PROG(GENHTML, genhtml)
AC_PATH_PROG([GIT], [git])
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 | | | | | |
| MiniUPnPc | [2.2.2](https://miniupnp.tuxfamily.org/files) | | No | | |
| PCRE | | | | | [Yes](https://github.com/dashpay/dash/blob/develop/depends/packages/qt.mk) |
| Python (tests) | | [3.7](https://www.python.org/downloads) | | | |
| Python (tests) | | [3.8](https://www.python.org/downloads) | | | |
| 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 | | |
| SQLite | [3.32.1](https://sqlite.org/download.html) | [3.7.17](https://github.com/bitcoin/bitcoin/pull/19077) | | | |