From c3fb8e020b865a04afbc01e2c439fb3995feb702 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 20 Dec 2016 13:25:30 -0500 Subject: [PATCH] we support python 3.6 --- README.rst | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a5916437..e1783b70 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,7 @@ Requests is ready for today's web. - Chunked Requests - Thread-safety -Requests officially supports Python 2.6–2.7 & 3.3–3.5, and runs great on PyPy. +Requests officially supports Python 2.6–2.7 & 3.3–3.6, and runs great on PyPy. Installation ------------ diff --git a/docs/index.rst b/docs/index.rst index d8279a9c..1f323631 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -87,7 +87,7 @@ Requests is ready for today's web. - Chunked Requests - Thread-safety -Requests officially supports Python 2.6–2.7 & 3.3–3.5, and runs great on PyPy. +Requests officially supports Python 2.6–2.7 & 3.3–3.6, and runs great on PyPy. The User Guide