Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f7241aa

Browse filesBrowse files
gh-98989: configure: add 3.11 to list of Pythons (#98988)
Closes #98989 Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent 780757a commit f7241aa
Copy full SHA for f7241aa

File tree

3 files changed

+3
-2
lines changed
Filter options

3 files changed

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

‎configure

Copy file name to clipboardExpand all lines: configure
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎configure.ac

Copy file name to clipboardExpand all lines: configure.ac
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.