Skip to content

Commit 65e6cfe

Browse files
authored
Merge pull request #3445 from BsAtHome/backport_2.9_fix-python-313
Backport: Recognize python 3.13
2 parents aab21f6 + 0d74881 commit 65e6cfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/m4/ax_python.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
AC_DEFUN([AX_PYTHON],
5656
[AC_MSG_CHECKING(for python build information)
5757
AC_MSG_RESULT([])
58-
for python in python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
58+
for python in python3.13 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
5959
AC_CHECK_PROGS(PYTHON_BIN, [$python])
6060
ax_python_bin=$PYTHON_BIN
6161
if test x$ax_python_bin != x; then

0 commit comments

Comments
 (0)