summarylogtreecommitdiffstats
path: root/python3.9.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python3.9.patch')
-rw-r--r--python3.9.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/python3.9.patch b/python3.9.patch
index 432c17331716..d12e18481d75 100644
--- a/python3.9.patch
+++ b/python3.9.patch
@@ -7,7 +7,7 @@ index fe9a2502..af9d2592 100644
Exit(1)
-python_versions = ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7"]
-+python_versions = ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9"]
++python_versions = ["2.6", "2.7", "3.0", "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
# Parse configuration options
vars = Variables(configFile)
@@ -20,7 +20,7 @@ index f2c9fa33..42b6829c 100644
def detect_python():
- pyver = ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '3.6']
-+ pyver = ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9']
++ pyver = ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
pyenv = {}
for version in pyver: