From e0dd3475eedc987174c0b6afea4e15486706b014 Mon Sep 17 00:00:00 2001 From: Miquel Torres Date: Sun, 17 May 2020 11:30:03 +0200 Subject: [PATCH] Test on Python 3.6 --- .travis.yml | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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',