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 /lang | |
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 'lang')
-rwxr-xr-x | lang/python/setup.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in index d6f537e0..1ddfbe7d 100755 --- a/lang/python/setup.py.in +++ b/lang/python/setup.py.in @@ -286,11 +286,11 @@ GPGME and these bindings is available here: 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: 3.12', + 'Programming Language :: Python :: 3.13', 'Operating System :: POSIX', 'Operating System :: Microsoft :: Windows', 'Topic :: Communications :: Email', |