diff options
author | Ben McGinnes <[email protected]> | 2018-06-29 04:26:30 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-06-29 04:26:30 +0000 |
commit | 43a2b5754571292b25402e20cd044ebda9316c77 (patch) | |
tree | 8cbe1b5fdb306447ab3cedbdbdc49bc48b13599f /lang/python/README | |
parent | whitespace police: (diff) | |
download | gpgme-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/README')
-rw-r--r-- | lang/python/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/README b/lang/python/README index 99da4dd7..aadf980c 100644 --- a/lang/python/README +++ b/lang/python/README @@ -44,8 +44,8 @@ functionality of the underlying library. ═════════ PyME was created by John Goerzen, and maintained, developed, and - cherished by Igor Belyi, Martin Albrecht, Ben McGinnes, and everyone - who contributed to it in any way. + cherished by Igor Belyi, Martin Albrecht, Ben McGinnes, Justus + Winter, and everyone who contributed to it in any way. In 2016 we merged a port of PyME to into the GPGME repository, and development will continue there. Please see the VCS history for the |