diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2019-12-09 12:42:55 +0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2019-12-08 23:42:55 -0500 |
commit | d75335a7de77d4294bea29d03928229a83a77493 (patch) | |
tree | 88274e2e17fc56da11298758308dd3eecbb8b6be /docs/faq.rst | |
parent | 1340c0080c750867297b3f20bbecbad707c18157 (diff) | |
download | cryptography-d75335a7de77d4294bea29d03928229a83a77493.tar.gz cryptography-d75335a7de77d4294bea29d03928229a83a77493.tar.bz2 cryptography-d75335a7de77d4294bea29d03928229a83a77493.zip |
drop python 3.4 support (#5087)
* drop python 3.4 support
Our dependencies have started dropping support so it is becoming
difficult to test. Additionally, Python 3.4 represents <2% of our
downloads, so taking on a large maintenance burden to maintain support
isn't a good use of limited time. Accordingly, we're dropping testing
infrastructure and migrating our abi3 wheels to py35+.
* use removed instead of dropped
Diffstat (limited to 'docs/faq.rst')
-rw-r--r-- | docs/faq.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq.rst b/docs/faq.rst index 235da672..de131f67 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -104,12 +104,12 @@ Since they are no longer receiving security patches from upstream, should upgrade to a newer version of OpenSSL (1.0.2 or later). This may require you to upgrade to a newer operating system. -Why are there no wheels for Python 3.5+ on Linux or macOS? +Why are there no wheels for Python 3.6+ on Linux or macOS? ---------------------------------------------------------- Our Python3 wheels, for macOS and Linux, are ``abi3`` wheels. This means they -support multiple versions of Python. The Python 3.4 ``abi3`` wheel can be used -with any version of Python greater than or equal to 3.4. Recent versions of +support multiple versions of Python. The Python 3.5 ``abi3`` wheel can be used +with any version of Python greater than or equal to 3.5. Recent versions of ``pip`` will automatically install ``abi3`` wheels. ``ImportError``: ``idna`` is not installed |