Skip to content

Commit

Permalink
Update all documentation to show Python 3.7 is supported
Browse files Browse the repository at this point in the history
Official support was added in 6686ac1.
  • Loading branch information
jdufresne authored and nateprewitt committed Aug 2, 2018
1 parent 285ab5b commit c8f3add
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Requests is ready for today's web.
- ``.netrc`` Support
- Chunked Requests

Requests officially supports Python 2.7 & 3.4–3.6, and runs great on PyPy.
Requests officially supports Python 2.7 & 3.4–3.7, and runs great on PyPy.

Installation
------------
Expand Down
1 change: 1 addition & 0 deletions docs/community/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
1 change: 1 addition & 0 deletions docs/dev/todo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8f3add

Please sign in to comment.