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.
This commit is contained in:
Ingo Klöcker 2024-05-29 15:24:53 +02:00
parent 5844d9e700
commit 09d81da665
No known key found for this signature in database
GPG Key ID: F5A5D1692277A1E9

View File

@ -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