diff options
author | Werner Koch <[email protected]> | 2020-02-14 12:15:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-02-14 12:16:01 +0000 |
commit | 2b8680aba9f1ab18c8acf7fb30ebf80440d1c3d5 (patch) | |
tree | 916c3bd46ad62f44e733ca182b1ad247524bb3fe /lang/python/doc/src/gpgme-python-howto.org | |
parent | qt: Add dummy context to make mixin happy (diff) | |
download | gpgme-2b8680aba9f1ab18c8acf7fb30ebf80440d1c3d5.tar.gz gpgme-2b8680aba9f1ab18c8acf7fb30ebf80440d1c3d5.zip |
python: Also detect python 3.9.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'lang/python/doc/src/gpgme-python-howto.org')
-rw-r--r-- | lang/python/doc/src/gpgme-python-howto.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/doc/src/gpgme-python-howto.org b/lang/python/doc/src/gpgme-python-howto.org index e2e7e719..8f7f9c53 100644 --- a/lang/python/doc/src/gpgme-python-howto.org +++ b/lang/python/doc/src/gpgme-python-howto.org @@ -464,8 +464,8 @@ case in most, if not all, cases. Note that from GPGME [[https://dev.gnupg.org/rMff6ff616aea6f59b7f2ce1176492850ecdf3851e][1.12.1]] the default installation installs to each version of Python it can find first. That is that it will currently -install for the first copies of Python versions 2.7, 3.4, 3.5, 3.6, -3.7 and 3.8 (dev branch) that it finds. Usually this will be in the +install for the first copies of Python versions 2.7, 3.4, 3.5, and so so +up until the current dev branch that it finds. Usually this will be in the same prefix as GPGME itself, but is dictated by the =$PATH= when the installation is performed. The above instructions can still be performed on other python installations which the installer does not |