mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #5306 from hugovk/update-python-versions-in-faq
Update supported Python versions
This commit is contained in:
@@ -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+.
|
||||
|
||||
-------------------------------------
|
||||
|
||||
|
||||
@@ -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?
|
||||
-----------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user