automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[automake-commit] branch master updated: python: add 3.20 - 3.16 to the


From: Karl Berry
Subject: [automake-commit] branch master updated: python: add 3.20 - 3.16 to the version search list.
Date: Sat, 13 Jan 2024 21:09:13 -0500

This is an automated email from the git hooks/post-receive script.

karl pushed a commit to branch master
in repository automake.

View the commit online:
https://git.savannah.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=3cd8f54560c1ee2470ff059801d2612898541555

The following commit(s) were added to refs/heads/master by this push:
     new 3cd8f5456 python: add 3.20 - 3.16 to the version search list.
3cd8f5456 is described below

commit 3cd8f54560c1ee2470ff059801d2612898541555
Author: Mike Frysinger <vapier@gentoo.org>
AuthorDate: Sat Jan 13 18:09:02 2024 -0800

    python: add 3.20 - 3.16 to the version search list.
    
    * m4/python.m4: Add python3.20 - python3.16.
    * NEWS: Mention these versions too.
---
 NEWS         | 2 +-
 m4/python.m4 | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index c4e3d58ec..c53573a0a 100644
--- 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.
diff --git a/m4/python.m4 b/m4/python.m4
index 8d4e4d215..2de57c52a 100644
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]