]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
python: add 3.20 - 3.16 to the version search list.
authorMike Frysinger <vapier@gentoo.org>
Sun, 14 Jan 2024 02:09:02 +0000 (18:09 -0800)
committerKarl Berry <karl@freefriends.org>
Sun, 14 Jan 2024 02:09:02 +0000 (18:09 -0800)
* m4/python.m4: Add python3.20 - python3.16.
* NEWS: Mention these versions too.

NEWS
m4/python.m4

diff --git a/NEWS b/NEWS
index c4e3d58ecb277c19f531b00b9ffca926edbb371b..c53573a0abbbd02967e856e2f87b9dd573a40a31 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,7 +12,7 @@ New in 1.17:
     version. If a specific version of Python 2 is still needed, the
     $PYTHON variable should be set beforehand.
 
-  - AM_PATH_PYTHON will also search for Python versions 3.15 through 3.10.
+  - AM_PATH_PYTHON will also search for Python versions 3.20 through 3.10.
     It previously searched for 3.9 through 3.0. (bug#53530)
 
   - RANLIB may be overridden on a per-target basis.
index 8d4e4d21585bc308ba6c2eeed06116a3f4ff7938..2de57c52ae813b0b5293a75d265b3d1061b7bae0 100644 (file)
@@ -38,6 +38,7 @@ AC_DEFUN([AM_PATH_PYTHON],
   dnl supported. (2.0 was released on October 16, 2000).
   m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
 [python python3 dnl
+ python3.20 python3.19 python3.18 python3.17 python3.16 dnl
  python3.15 python3.14 python3.13 python3.12 python3.11 python3.10 dnl
  python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl
  python3.2 python3.1 python3.0 dnl