From bab4aa0fbf765a85b93f07d01cbc45d064d3bf72 Mon Sep 17 00:00:00 2001 From: David Poggi Date: Mon, 8 Aug 2016 22:49:35 -0400 Subject: [PATCH] Clarify Python versions supported by requests --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 5eb643e1..81eb8f8c 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 supports Python 2.6 — 3.5, and runs great on PyPy. +Requests supports Python 2.6-2.7 and 3.3-3.5, and runs great on PyPy. The User Guide