From c8f3add5ed31bbb82cb337435295200a3525920a Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 24 Jul 2018 13:42:44 -0700 Subject: [PATCH] Update all documentation to show Python 3.7 is supported Official support was added in 6686ac173011a302c26c4aedbd992f96d6e58357. --- README.rst | 2 +- docs/community/faq.rst | 1 + docs/dev/todo.rst | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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