From 43a2b5754571292b25402e20cd044ebda9316c77 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Fri, 29 Jun 2018 14:26:30 +1000 Subject: 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. --- lang/python/setup.py.in | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/python/setup.py.in') 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', -- cgit v1.2.3