Clarify Python versions supported by requests

This commit is contained in:
David Poggi
2016-08-08 22:49:35 -04:00
committed by GitHub
parent 57e7a308b0
commit bab4aa0fbf
+1 -1
View File
@@ -87,7 +87,7 @@ Requests is ready for today's web.
- Chunked Requests
- Thread-safety
Requests supports Python 2.63.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