Skip to content

Commit 04ac20a

Browse files
committed
partial bitcoin#30527: Bump python minimum supported version to 3.10
1 parent 86e84d7 commit 04ac20a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.18
1+
3.10.14

contrib/containers/ci/ci-slim.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
5555

5656
# Install Python to a system-wide location and set it as default
5757
# PYTHON_VERSION should match the value in .python-version
58-
ARG PYTHON_VERSION=3.9.18
58+
ARG PYTHON_VERSION=3.10.14
5959
ENV UV_PYTHON_INSTALL_DIR=/usr/local/python
6060
RUN uv python install ${PYTHON_VERSION}
6161

doc/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can find installation instructions in the `build-*.md` file for your platfor
1010
| [Automake](https://www.gnu.org/software/automake/) | [1.13](https://github.com/bitcoin/bitcoin/pull/18290) |
1111
| [Clang](https://clang.llvm.org) | [16.0](https://github.com/bitcoin/bitcoin/pull/30263) |
1212
| [GCC](https://gcc.gnu.org) | [11.1](https://github.com/bitcoin/bitcoin/pull/29091) |
13-
| [Python](https://www.python.org) (scripts, tests) | [3.9](https://github.com/bitcoin/bitcoin/pull/28211) |
13+
| [Python](https://www.python.org) (scripts, tests) | [3.10](https://github.com/bitcoin/bitcoin/pull/30527) |
1414
| [systemtap](https://sourceware.org/systemtap/) ([tracing](tracing.md))| N/A |
1515

1616
## Required

0 commit comments

Comments
 (0)