From 4d7114cb84949986e0523553ec3fd1b551e43591 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Sat, 9 Jul 2016 11:12:15 +0200 Subject: [PATCH] Remove python 3.3 support Django 1.9 is not compatible with python 3.3 anymore --- .travis.yml | 1 - docs/install.rst | 2 +- setup.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5316f5f12..f70f79904 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ sudo: false # Python versions to test python: - "2.7" - - "3.3" - "3.4" - "3.5" diff --git a/docs/install.rst b/docs/install.rst index e5ce07e35..ea6541ec6 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -12,7 +12,7 @@ should run wherever django runs. The application is compatible and regularly tested with * sqlite, postgres -* python 2.7, 3.3, 3.4 and 3.5 +* python 2.7, 3.4 and 3.5 See the :ref:`other-changes` section for content related changes to your installation. diff --git a/setup.py b/setup.py index fb1864790..1c10d52a7 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,6 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', ],