diff options
author | Ingo Klöcker <[email protected]> | 2024-05-29 13:24:53 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2024-05-29 15:06:16 +0000 |
commit | 09d81da665894997d654dd4add505302654a4294 (patch) | |
tree | 9faf1f19b22284abfb234bca9e1ae46923392f57 /configure.ac | |
parent | build,python: Build Python bindings without distutils (diff) | |
download | gpgme-09d81da665894997d654dd4add505302654a4294.tar.gz gpgme-09d81da665894997d654dd4add505302654a4294.zip |
build,python: Remove support for Python 3.4, 3.5, 3.7
* configure.ac: Don't look for Python 3.4, 3.5, 3.7 anymore.
--
This complements the previous commit where those versions where removed
from python.m4.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9fa32255..c446ce77 100644 --- a/configure.ac +++ b/configure.ac @@ -590,8 +590,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.4],[3.5],[3.6],[3.7],[3.8],[3.9],[3.10], - [3.11],[3.12],[all]], + [[2.7],[3.6],[3.8],[3.9],[3.10],[3.11],[3.12],[all]], [unset PYTHON unset PYTHON_VERSION unset PYTHON_CPPFLAGS |