aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-11-03 13:30:03 +0100
committerMacroFake <falke.marco@gmail.com>2022-11-03 13:30:13 +0100
commit28653a596ab7e0811ffec3bbb7632e17d54f8e43 (patch)
treea0129be44a75cb8553a898f6e9f0306978570b0c
parent2a7c9984dbc1cd4058b7a43896b10749ed46edfe (diff)
parent29fa38a41aa1844768d4b90df739eec3e66ea25f (diff)
downloadbitcoin-28653a596ab7e0811ffec3bbb7632e17d54f8e43.tar.xz
Merge bitcoin/bitcoin#26445: .python-version: bump patch version to 3.6.15
29fa38a41aa1844768d4b90df739eec3e66ea25f .python-version: bump patch version to 3.6.15 (Sjors Provoost) Pull request description: I'm unable to build Python 3.6.12 using PyEnv on macOS 13.0 as well as Ubuntu 22.10. Bumping the patch version fixes that issue on both systems. A workaround is to add `.python-version` to your local git excludes and then do `pyenv local 3.6.15`, but this won't persist when you switch branches. Another workaround is to disable `pyenv`, but then you're potentially not running the test suite against the oldest supported Python version. ACKs for top commit: MarcoFalke: concept ACK 29fa38a41aa1844768d4b90df739eec3e66ea25f Tree-SHA512: 60ecf76c957456fe4ece9e92c30866b27aba32d5bdb1696495281c2f7ef7a1fc30226e8992d55bf6f45e430b7588e05fbe49de7138aefab5597dd52bd4f021c0
-rw-r--r--.python-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/.python-version b/.python-version
index 8b7b0b52e5..cd337510be 100644
--- a/.python-version
+++ b/.python-version
@@ -1 +1 @@
-3.6.12
+3.6.15