summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-05-15 08:02:44 (GMT)
committerGitHub <noreply@github.com>2023-05-15 08:02:44 (GMT)
commit146106a0f1cc61815fa33f0d3f808a3e3e3275be (patch)
treeed210372a4a681a10633522c668f12c266bd4495 /configure
parent27d8ecd7f3325a40a967d2d6b6b36b21d5328753 (diff)
downloadcpython-146106a0f1cc61815fa33f0d3f808a3e3e3275be.zip
cpython-146106a0f1cc61815fa33f0d3f808a3e3e3275be.tar.gz
cpython-146106a0f1cc61815fa33f0d3f808a3e3e3275be.tar.bz2
gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488)
Also include Python 3.12 in the list of accepted versions.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4d3520a..7aad4fe 100755
--- a/configure
+++ b/configure
@@ -3359,7 +3359,7 @@ fi
-for ac_prog in python$PACKAGE_VERSION python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3 python
+for ac_prog in python$PACKAGE_VERSION python3.12 python3.11 python3.10 python3 python
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2