Skip to content

Commit df04571

Browse files
miss-islingtonAA-Turnergpshead
authored
[3.14] pythonGH-137618: Require Python 3.10 to Python 3.15 for PYTHON_FOR_REGEN (pythonGH-137619) (python#141437)
pythonGH-137618: Require Python 3.10 to Python 3.15 for PYTHON_FOR_REGEN (pythonGH-137619) * Require Python 3.11 to Python 3.15 for PYTHON_FOR_REGEN * NEWS * keep allowing python 3.10 --------- (cherry picked from commit 9ce99c6) Co-authored-by: Adam Turner <[email protected]> Co-authored-by: Gregory P. Smith <[email protected]>
1 parent 947354e commit df04571

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
``PYTHON_FOR_REGEN`` now requires Python 3.10 to Python 3.15.
2+
Patch by Adam Turner.

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 python3.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)