diff --git a/README.rst b/README.rst index 7846e068..af4ce7e7 100644 --- a/README.rst +++ b/README.rst @@ -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 ------------ diff --git a/docs/community/faq.rst b/docs/community/faq.rst index e1c8e9ff..945096dc 100644 --- a/docs/community/faq.rst +++ b/docs/community/faq.rst @@ -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? diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst index b1a3f7eb..26cd9b71 100644 --- a/docs/dev/todo.rst +++ b/docs/dev/todo.rst @@ -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