Python 3.13.0a0

This commit is contained in:
Thomas Wouters 2023-05-22 21:15:32 +02:00
parent 5612078f68
commit 500b0f4814
5 changed files with 149 additions and 17 deletions

View file

@ -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)