From: Peter Bierma Date: Fri, 12 Dec 2025 18:09:42 +0000 (-0500) Subject: [3.13] gh-142457: Support using 3.14 and 3.15 for generation scripts (GH-142499) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc12380f600d82343edd6d6bfb2375568db96f26;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-142457: Support using 3.14 and 3.15 for generation scripts (GH-142499) --- diff --git a/configure b/configure index 9c5b8c717eb1..49b6795703ac 100755 --- 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 diff --git a/configure.ac b/configure.ac index 5bd98df87f33..94776540d1b3 100644 --- a/configure.ac +++ b/configure.ac @@ -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])