Page MenuHome GnuPG

drop support for python2 for the python bindings for gpgme
Closed, WontfixPublic

Description

python 2 is EOLed (has been for a while). for simplicity, consider dropping support for python 2.7 from the gpgme python bindings

diff --git a/configure.ac b/configure.ac
index 628e5ff..842d23b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -425,7 +425,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],[all]],
+                     [[3.4],[3.5],[3.6],[3.7],[3.8],[3.9],[all]],
            [unset PYTHON
 	    unset PYTHON_VERSION
 	    unset PYTHON_CPPFLAGS

Details

Version
1.15.1

Event Timeline

werner claimed this task.
werner added a subscriber: werner.

There is still useful software working only with 2.7. So it is not the time to drop this.