In debian unstable, we're currently aiming to build every python module against three version of python:
- 2.7
- 3.5
- 3.6
at some point, we might add 3.7 -- i don't know the full plan.
however, configure.ac in gpgme only looks for (at most) two python versions.
At the moment, i'm working around this with a hacky patch that hardcodes 3.6, but it'd be nice if the upstream autoconf business tried to scan for all versions of python that are on the system instead of stopping at two different versions.