diff --git a/.travis.yml b/.travis.yml index 6f635cd..a15af20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,14 +6,14 @@ python: - "3.5" env: - - DJANGO_VERSION=1.7.8 - - DJANGO_VERSION=1.8.2 - - DJANGO_VERSION=1.9b1 + - DJANGO_VERSION=1.7.10 + - DJANGO_VERSION=1.8.6 + - DJANGO_VERSION=1.9rc1 matrix: exclude: - python: "3.5" - env: "DJANGO_VERSION=1.7.8" + env: "DJANGO_VERSION=1.7.10" sudo: false diff --git a/setup.py b/setup.py index 731ef29..3a244e2 100644 --- a/setup.py +++ b/setup.py @@ -103,8 +103,7 @@ def run(self): classifiers=[ 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.3', - 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ], install_requires=[ 'six>=1.5.2',