From f462eecf4817ad886efd21f417129c4fd820c7ce Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 6 Jan 2020 11:24:02 +0200 Subject: [PATCH] Update supported Python versions --- README.md | 2 +- docs/community/faq.rst | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) 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? -----------------------------------------