We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c588367 + 7541f2a commit 5814ae2Copy full SHA for 5814ae2
src/m4/ax_python.m4
@@ -55,7 +55,7 @@
55
AC_DEFUN([AX_PYTHON],
56
[AC_MSG_CHECKING(for python build information)
57
AC_MSG_RESULT([])
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
+for python in python3.14 python3.13 python3.12 python3.11 python3.10 python3.9 python3.8 python; do
59
AC_CHECK_PROGS(PYTHON_BIN, [$python])
60
ax_python_bin=$PYTHON_BIN
61
if test x$ax_python_bin != x; then
0 commit comments