mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
[3.13] gh-142457: Support using 3.14 and 3.15 for generation scripts (GH-142499)
This commit is contained in:
parent
9b24418867
commit
dc12380f60
2 changed files with 2 additions and 2 deletions
2
configure
generated
vendored
2
configure
generated
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue