]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-142457: Support using 3.14 and 3.15 for generation scripts (GH-142499)
authorPeter Bierma <zintensitydev@gmail.com>
Fri, 12 Dec 2025 18:09:42 +0000 (13:09 -0500)
committerGitHub <noreply@github.com>
Fri, 12 Dec 2025 18:09:42 +0000 (13:09 -0500)
configure
configure.ac

index 9c5b8c717eb144be1732d6c9ed9fc0fb9beef208..49b6795703ac687ecd0a29e2699f6c2490066764 100755 (executable)
--- a/configure
+++ b/configure
@@ -3762,7 +3762,7 @@ fi
 
 
 
-for ac_prog in python$PACKAGE_VERSION python3.13 python3.12 python3.11 python3.10 python3 python
+for ac_prog in python$PACKAGE_VERSION python3.15 python 3.14 python3.13 python3.12 python3.11 python3.10 python3 python
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 set dummy $ac_prog; ac_word=$2
index 5bd98df87f336b8dcfe893bee9be045c0ef41133..94776540d1b373ad2f92f107764528b6ee072b1a 100644 (file)
@@ -205,7 +205,7 @@ AC_SUBST([FREEZE_MODULE_DEPS])
 AC_SUBST([PYTHON_FOR_BUILD_DEPS])
 
 AC_CHECK_PROGS([PYTHON_FOR_REGEN],
-  [python$PACKAGE_VERSION python3.13 python3.12 python3.11 python3.10 python3 python],
+  [python$PACKAGE_VERSION python3.15 python 3.14 python3.13 python3.12 python3.11 python3.10 python3 python],
   [python3])
 AC_SUBST([PYTHON_FOR_REGEN])