Remove python 3.3 support

Django 1.9 is not compatible with python 3.3 anymore
This commit is contained in:
Roland Geider
2016-07-09 11:12:15 +02:00
parent 52ae72ff49
commit 4d7114cb84
3 changed files with 1 additions and 3 deletions

View File

@@ -7,7 +7,6 @@ sudo: false
# Python versions to test
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"

View File

@@ -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.

View File

@@ -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',
],