From 8484144c676a09573178dc2da3f026118be48673 Mon Sep 17 00:00:00 2001 From: Peter Marsh Date: Tue, 21 Jun 2016 19:50:11 +0100 Subject: [PATCH] Update list of supported Python versions in todo.rst --- docs/dev/todo.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst index 59a12bf2..5f1700a9 100644 --- a/docs/dev/todo.rst +++ b/docs/dev/todo.rst @@ -38,13 +38,11 @@ Requests currently supports the following versions of Python: - Python 2.6 - Python 2.7 -- Python 3.1 -- Python 3.2 - Python 3.3 +- Python 3.4 +- Python 3.5 - PyPy 1.9 -Support for Python 3.1 and 3.2 may be dropped at any time. - Google AppEngine is not officially supported although support is available with the `Requests-Toolbelt`_.