diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2022-11-02 17:05:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-02 17:05:42 (GMT) |
commit | f7241aaf6f22fdd4710f8d3ef1d594f9725b3b90 (patch) | |
tree | 85a063bb7efdd18631b961c4efbd97732f736723 /configure.ac | |
parent | 780757ac586d7275db5ee1f229fb2f3d2268d14e (diff) | |
download | cpython-f7241aaf6f22fdd4710f8d3ef1d594f9725b3b90.zip cpython-f7241aaf6f22fdd4710f8d3ef1d594f9725b3b90.tar.gz cpython-f7241aaf6f22fdd4710f8d3ef1d594f9725b3b90.tar.bz2 |
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.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 210ce32..4575a24 100644 --- a/configure.ac +++ b/configure.ac @@ -203,7 +203,7 @@ AC_SUBST([FREEZE_MODULE_DEPS]) AC_SUBST([PYTHON_FOR_BUILD_DEPS]) AC_CHECK_PROGS([PYTHON_FOR_REGEN], - [python$PACKAGE_VERSION python3.10 python3.9 python3.8 python3.7 python3.6 python3 python], + [python$PACKAGE_VERSION python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3 python], [python3]) AC_SUBST(PYTHON_FOR_REGEN) |