Skip to content

Commit dc12380

Browse files
[3.13] gh-142457: Support using 3.14 and 3.15 for generation scripts (GH-142499)
1 parent 9b24418 commit dc12380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ AC_SUBST([FREEZE_MODULE_DEPS])
205205
AC_SUBST([PYTHON_FOR_BUILD_DEPS])
206206

207207
AC_CHECK_PROGS([PYTHON_FOR_REGEN],
208-
[python$PACKAGE_VERSION python3.13 python3.12 python3.11 python3.10 python3 python],
208+
[python$PACKAGE_VERSION python3.15 python 3.14 python3.13 python3.12 python3.11 python3.10 python3 python],
209209
[python3])
210210
AC_SUBST([PYTHON_FOR_REGEN])
211211

0 commit comments

Comments
 (0)