Update all documentation to show Python 3.7 is supported

Official support was added in 6686ac1730.
This commit is contained in:
Jon Dufresne
2018-07-24 13:42:44 -07:00
committed by Nate Prewitt
parent 285ab5b06b
commit c8f3add5ed
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ Requests is ready for today's web.
- ``.netrc`` Support
- Chunked Requests
Requests officially supports Python 2.7 & 3.43.6, and runs great on PyPy.
Requests officially supports Python 2.7 & 3.43.7, and runs great on PyPy.
Installation
------------
+1
View File
@@ -60,6 +60,7 @@ supported:
* Python 3.4
* Python 3.5
* Python 3.6
* Python 3.7
* PyPy
What are "hostname doesn't match" errors?
+1
View File
@@ -55,6 +55,7 @@ Requests currently supports the following versions of Python:
- Python 3.4
- Python 3.5
- Python 3.6
- Python 3.7
- PyPy
Google AppEngine is not officially supported although support is available