Also include Python 3.12 in the list of accepted versions.
(Contributed by Zhang Na in :gh:`90656`.)
+* ``PYTHON_FOR_REGEN`` now require Python 3.10 or newer.
+
C API Changes
=============
--- /dev/null
+``PYTHON_FOR_REGEN`` now require Python 3.10 or newer.
-for ac_prog in python$PACKAGE_VERSION python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3 python
+for ac_prog in python$PACKAGE_VERSION 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
AC_SUBST([PYTHON_FOR_BUILD_DEPS])
AC_CHECK_PROGS([PYTHON_FOR_REGEN],
- [python$PACKAGE_VERSION python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3 python],
+ [python$PACKAGE_VERSION python3.12 python3.11 python3.10 python3 python],
[python3])
AC_SUBST(PYTHON_FOR_REGEN)