Merge pull request #3480 from drpoggi/patch-1

Clarify Python versions supported by requests
This commit is contained in:
2016-08-08 23:00:55 -04:00
committed by GitHub
+1 -1
View File
@@ -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 officially supports Python 2.6 — 2.7 and 3.3 — 3.5, and runs great on PyPy.
The User Guide