From 6e7ecfae0f6f584fa78dbfe3c318c13e0afbec96 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Thu, 5 Jan 2017 16:36:34 -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: I381f8582b79d691aba2a4e98b1611f0ddcd78e73 --- setup.cfg | 4 +++- tox.ini | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cbb2716..a471315 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,8 +14,10 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: OS Independent Programming Language :: Python + Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3 + Programming Language :: Python :: 3.5 [files] packages = diff --git a/tox.ini b/tox.ini index db7f7bb..c59df3e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34,py27,pep8 +envlist = py35,py27,pep8 [testenv] setenv =