From bb03e1e65a3e8bbd48adeda0a19310f6188018b9 Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Sat, 16 Mar 2019 09:53:08 -0500 Subject: [PATCH] Removed Python 3.4 since is not longer supported --- .travis.yml | 1 - setup.py | 1 - tox.ini | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fcee853..abe6e96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ language: python cache: pip python: - 2.7 -- 3.4 - 3.5 - 3.6 - pypy diff --git a/setup.py b/setup.py index 95e8030..25950c7 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,6 @@ setup( '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', 'Programming Language :: Python :: 3.7', diff --git a/tox.ini b/tox.ini index ccb199e..64f707d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - py{27,34,35,36,37,py,py3}-django-111 + py{27,35,36,37,py,py3}-django-111 py{35,36,37,py3}-django-21 py{37}-django-22 py{37}-django-master