Merge pull request #5306 from hugovk/update-python-versions-in-faq

Update supported Python versions
This commit is contained in:
Nate Prewitt
2020-01-09 09:06:47 -08:00
committed by GitHub
2 changed files with 2 additions and 10 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ Adding requests to Pipfile's [packages]…
```
Requests officially supports Python 2.7 & 3.43.8.
Requests officially supports Python 2.7 & 3.5+.
-------------------------------------
+1 -9
View File
@@ -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?
-----------------------------------------