diff --git a/README.md b/README.md index 48960d59..a1225445 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Adding requests to Pipfile's [packages]… … ``` -Requests officially supports Python 2.7 & 3.4–3.8. +Requests officially supports Python 2.7 & 3.5+. ------------------------------------- diff --git a/docs/community/faq.rst b/docs/community/faq.rst index 9fdce417..ebc6bb7e 100644 --- a/docs/community/faq.rst +++ b/docs/community/faq.rst @@ -54,15 +54,7 @@ Chris Adams gave an excellent summary on Python 3 Support? ----------------- -Yes! Here's a list of Python platforms that are officially -supported: - -* Python 2.7 -* Python 3.4 -* Python 3.5 -* Python 3.6 -* Python 3.7 -* PyPy +Yes! Requests officially supports Python 2.7 & 3.5+ and PyPy. What are "hostname doesn't match" errors? -----------------------------------------