From 0a2dc74ecbbb375b6d5171eb588ee69ca59b1898 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 9 Aug 2017 19:01:52 +0100 Subject: [PATCH 1/2] Drop Python 3.3 support --- .travis.yml | 1 - appveyor.yml | 5 ----- setup.py | 1 - 3 files changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index a938f5ee..395f5731 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python python: - "2.6" - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/appveyor.yml b/appveyor.yml index d2d6b6bb..4f06557e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,11 +10,6 @@ environment: PYTHON_ARCH: "64" TOXENV: "py27" - - PYTHON: "C:\\Python33-x64" - PYTHON_VERSION: "3.3.x" - PYTHON_ARCH: "64" - TOXENV: "py33" - - PYTHON: "C:\\Python34-x64" PYTHON_VERSION: "3.4.x" PYTHON_ARCH: "64" diff --git a/setup.py b/setup.py index 25887bb3..ed4892d4 100755 --- a/setup.py +++ b/setup.py @@ -83,7 +83,6 @@ setup( 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', From c31a450c55da44cb33ece953ef8cddbf3310538a Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 9 Aug 2017 19:40:52 +0100 Subject: [PATCH 2/2] Remove references to 3.3 from the docs --- docs/community/faq.rst | 1 - docs/dev/todo.rst | 1 - docs/index.rst | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/community/faq.rst b/docs/community/faq.rst index e835b122..70872292 100644 --- a/docs/community/faq.rst +++ b/docs/community/faq.rst @@ -56,7 +56,6 @@ supported: * Python 2.6 * Python 2.7 -* Python 3.3 * Python 3.4 * Python 3.5 * Python 3.6 diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst index 88f0073c..75ec3085 100644 --- a/docs/dev/todo.rst +++ b/docs/dev/todo.rst @@ -51,7 +51,6 @@ Requests currently supports the following versions of Python: - Python 2.6 - Python 2.7 -- Python 3.3 - Python 3.4 - Python 3.5 - Python 3.6 diff --git a/docs/index.rst b/docs/index.rst index b17605bb..b9f0f4af 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -104,7 +104,7 @@ Requests is ready for today's web. - Chunked Requests - ``.netrc`` Support -Requests officially supports Python 2.6–2.7 & 3.3–3.7, and runs great on PyPy. +Requests officially supports Python 2.6–2.7 & 3.4–3.7, and runs great on PyPy. The User Guide