aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst6
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