Update supported Python versions

This commit is contained in:
Hugo
2020-01-06 11:24:02 +02:00
parent eedd674628
commit f462eecf48
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?
-----------------------------------------