mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-27 22:34:18 +02:00
Don't pin Python patch version
.python-version always matches the minimum supported Python version. It's main purpose is to catch accidental use of too modern syntax in scripts and functional tests. We (currently) don't specify a minimum patch version, so it's not necessary to do so here. The minor verion is enough. This also avoids requiring users to keep a potentially unsafe old patch version installed.
This commit is contained in:
@@ -1 +1 @@
|
||||
3.10.14
|
||||
3.10
|
||||
|
||||
Reference in New Issue
Block a user