Skip to content

Commit f7241aa

Browse files
gh-98989: configure: add 3.11 to list of Pythons (#98988)
Closes #98989 Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 780757a commit f7241aa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use ``python3.11``, if available, for regeneration and freezing.

configure

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ AC_SUBST([FREEZE_MODULE_DEPS])
203203
AC_SUBST([PYTHON_FOR_BUILD_DEPS])
204204

205205
AC_CHECK_PROGS([PYTHON_FOR_REGEN],
206-
[python$PACKAGE_VERSION python3.10 python3.9 python3.8 python3.7 python3.6 python3 python],
206+
[python$PACKAGE_VERSION python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3 python],
207207
[python3])
208208
AC_SUBST(PYTHON_FOR_REGEN)
209209

0 commit comments

Comments
 (0)