aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/setup.py.in
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-06-29 04:26:30 +0000
committerBen McGinnes <[email protected]>2018-06-29 04:26:30 +0000
commit43a2b5754571292b25402e20cd044ebda9316c77 (patch)
tree8cbe1b5fdb306447ab3cedbdbdc49bc48b13599f /lang/python/setup.py.in
parentwhitespace police: (diff)
downloadgpgme-43a2b5754571292b25402e20cd044ebda9316c77.tar.gz
gpgme-43a2b5754571292b25402e20cd044ebda9316c77.zip
python bindings: python 3.7
* Bindings confirmed to work with the newly released 3.7.0. * Updated M4 file to reflect this change and correct the Python binary search order (3.7 is not yet given priority, but will still be found first via the more generic python3 executable). * Updated setup.py.in, bindings documentation and README to reflect this.
Diffstat (limited to 'lang/python/setup.py.in')
-rwxr-xr-xlang/python/setup.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in
index 2595073f..0622b614 100755
--- a/lang/python/setup.py.in
+++ b/lang/python/setup.py.in
@@ -246,6 +246,7 @@ setup(name="gpg",
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Operating System :: POSIX',
'Operating System :: Microsoft :: Windows',
'Topic :: Communications :: Email',