summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-11-02 10:05:42 -0700
committerGitHub <noreply@github.com>2022-11-02 10:05:42 -0700
commitf7241aaf6f22fdd4710f8d3ef1d594f9725b3b90 (patch)
tree85a063bb7efdd18631b961c4efbd97732f736723 /configure
parent780757ac586d7275db5ee1f229fb2f3d2268d14e (diff)
downloadcpython-git-f7241aaf6f22fdd4710f8d3ef1d594f9725b3b90.tar.gz
gh-98989: configure: add 3.11 to list of Pythons (#98988)
Closes #98989 Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 953c558d60..0c54ea6392 100755
--- a/configure
+++ b/configure
@@ -3361,7 +3361,7 @@ fi
-for ac_prog in python$PACKAGE_VERSION python3.10 python3.9 python3.8 python3.7 python3.6 python3 python
+for ac_prog in python$PACKAGE_VERSION python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 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