diff options
author | Ingo Klöcker <[email protected]> | 2024-12-04 13:15:06 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2024-12-04 16:02:40 +0000 |
commit | 27da4ec6350d803354d691c06a31c47176ec1064 (patch) | |
tree | dc5253748cd97a079576ddc8934e2fd3116b14aa /configure.ac | |
parent | Post release updates (diff) | |
download | gpgme-27da4ec6350d803354d691c06a31c47176ec1064.tar.gz gpgme-27da4ec6350d803354d691c06a31c47176ec1064.zip |
build,python: Add Python 3.13 and remove Python 3.8
* configure.ac: Look for Python 3.13. Don't look for Python 3.8 anymore.
* lang/python/setup.py.in: Update Python versions in classifiers.
* m4/python.m4: Add python3.13 as valid interpreter. Remove python3.8.
--
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1aa68e95..97ba5688 100644 --- a/configure.ac +++ b/configure.ac @@ -614,7 +614,7 @@ if test "$found_py" = "1"; then if test "$found_py" = "1" -o "$found_py3" = "1"; then # Reset everything, so that we can look for another Python. m4_foreach([mym4pythonver], - [[2.7],[3.6],[3.8],[3.9],[3.10],[3.11],[3.12],[all]], + [[2.7],[3.6],[3.9],[3.10],[3.11],[3.12],[3.13],[all]], [unset PYTHON unset PYTHON_VERSION unset PYTHON_CPPFLAGS |