Python 3.12.0a0

This commit is contained in:
Pablo Galindo 2022-05-08 03:40:52 +01:00
parent 8d32a5c8c4
commit e851177536
No known key found for this signature in database
GPG key ID: FFE87404168BD847
7 changed files with 135 additions and 19 deletions

View file

@ -6,7 +6,7 @@ dnl Python's configure script 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.11)
m4_define(PYTHON_VERSION, 3.12)
AC_PREREQ([2.69])