aboutsummaryrefslogtreecommitdiff
path: root/.python-version
diff options
context:
space:
mode:
authorAva Chow <github@achow101.com>2024-10-16 08:35:26 -0400
committerAva Chow <github@achow101.com>2024-10-16 08:35:26 -0400
commit2123c94448ed142e78942421c597a1f264859c48 (patch)
treed66cae8747de82ebf6509b6a4f52de016790e09f /.python-version
parent538ccaed004ff89ec8b2b71d8711feed624ffccc (diff)
parentfa1b139d17d04cb23bdfb1dd9c2abcdad4bdcd27 (diff)
Merge bitcoin/bitcoin#30527: Bump python minimum supported version to 3.10
fa1b139d17d04cb23bdfb1dd9c2abcdad4bdcd27 Bump python minimum supported version to 3.10 (MarcoFalke) Pull request description: All supported operating systems ship with python 3.10 (or later), so bumping the minimum should not cause any issues. A bump will allow new code to use new python features. For reference: * https://packages.debian.org/bookworm/python3 * https://packages.ubuntu.com/jammy/python3 * FreeBSD 13/14 ships with 3.11 * CentOS-like 8/9 ships with 3.11/3.12 (via `appstream`) * OpenSuse Tumbleweed ships with all python versions, e.g. https://software.opensuse.org/package/python312-base This is for Bitcoin Core 29.0 in 2025 (next year), not the soon upcoming 28.0 this fall. ACKs for top commit: achow101: ACK fa1b139d17d04cb23bdfb1dd9c2abcdad4bdcd27 AngusP: ACK fa1b139d17d04cb23bdfb1dd9c2abcdad4bdcd27 l0rinc: ACK fa1b139d17d04cb23bdfb1dd9c2abcdad4bdcd27 stickies-v: ACK fa1b139d17d04cb23bdfb1dd9c2abcdad4bdcd27 Tree-SHA512: 910b202ff2374bb21c93e5249a151fd2c8f63759bed5659676b0e467afa6e8e977be797c3fccceca303c82575e11ec236a8d7c5880910e4314b3875b820e7e8a
Diffstat (limited to '.python-version')
-rw-r--r--.python-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/.python-version b/.python-version
index 43077b2460..1445aee866 100644
--- a/.python-version
+++ b/.python-version
@@ -1 +1 @@
-3.9.18
+3.10.14