diff --git a/.travis.yml b/.travis.yml index 3295e1ba..448f7009 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: env: DJANGO_VERSION=1.11 - python: "3.5" env: DJANGO_VERSION=1.11 - - python: "3.5" + - python: "3.6" env: DJANGO_VERSION=2.1 install: - pip install flake8 mock diff --git a/setup.py b/setup.py index 5cd5f0e9..5f4c965b 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,6 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',