File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 3.9.18
1+ 3.10.14
Original file line number Diff line number Diff 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
5959ENV UV_PYTHON_INSTALL_DIR=/usr/local/python
6060RUN uv python install ${PYTHON_VERSION}
6161
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments