From 087d0c76b568e2d709f145fa8d16fd7571af6d63 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Tue, 17 Jan 2017 10:37:12 -0800 Subject: [PATCH] Remove references to Python 3.4 Now that there exists only a gate job for Python 3.5 and not 3.4, we should remove those references to the 3.4 that is untested. Change-Id: I0f71ce22b44cdb59340f4101c60c507367842603 --- setup.cfg | 3 +-- tox.ini | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5fcd85f5..a493d50f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,8 +16,7 @@ classifier = 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 [files] packages = diff --git a/tox.ini b/tox.ini index 048aff79..30240493 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34,py27,pypy,pep8, bandit +envlist = py35,py27,pypy,pep8,bandit [testenv] setenv =