mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Python 3.13.0a0
This commit is contained in:
parent
5612078f68
commit
500b0f4814
5 changed files with 149 additions and 17 deletions
|
@ -6,7 +6,7 @@ dnl Python's configure.ac file requires autoconf 2.69 and autoconf-archive.
|
|||
dnl
|
||||
|
||||
# Set VERSION so we only need to edit in one place (i.e., here)
|
||||
m4_define(PYTHON_VERSION, 3.12)
|
||||
m4_define(PYTHON_VERSION, 3.13)
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
|
||||
|
@ -202,7 +202,7 @@ AC_SUBST([FREEZE_MODULE_DEPS])
|
|||
AC_SUBST([PYTHON_FOR_BUILD_DEPS])
|
||||
|
||||
AC_CHECK_PROGS([PYTHON_FOR_REGEN],
|
||||
[python$PACKAGE_VERSION python3.12 python3.11 python3.10 python3 python],
|
||||
[python$PACKAGE_VERSION 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