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/docs/GPGMEpythonHOWTOen.org | |
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/docs/GPGMEpythonHOWTOen.org')
-rw-r--r-- | lang/python/docs/GPGMEpythonHOWTOen.org | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lang/python/docs/GPGMEpythonHOWTOen.org b/lang/python/docs/GPGMEpythonHOWTOen.org index 6a3f9db0..5fa01365 100644 --- a/lang/python/docs/GPGMEpythonHOWTOen.org +++ b/lang/python/docs/GPGMEpythonHOWTOen.org @@ -14,7 +14,7 @@ :CUSTOM_ID: intro :END: - | Version: | 0.1.1 | + | Version: | 0.1.2 | | Author: | Ben McGinnes <[email protected]> | | Author GPG Key: | DB4724E6FA4286C92B4E55C4321E4E2373590E5D | | Language: | Australian English, British English | @@ -247,7 +247,7 @@ =python=, =python2= and =python2.7=. For Python 3 it checks for these executables in this order: - =python3=, =python3.6=, =python3.5= and =python3.4=. + =python3=, =python3.6=, =python3.5=, =python3.4= and =python3.7=.[fn:4] *** Installing GPGME @@ -1777,3 +1777,7 @@ keyservers for "gnupg.org" produces over 400 results, the majority of which aren't actually at the gnupg.org domain, but just included a comment regarding the project in their key somewhere. + +[fn:4] As Python 3.7 is a very recent release, it is not given +priority over 3.6 yet, but will probably be prioritised by the release +of Python 3.7.2. |