From 7decea1e69b14a102183f95b85a371454fb32c24 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 25 Nov 2014 16:58:49 +0100 Subject: [PATCH] Remove Python 2.6 classifier Neutron does not support Python 2.6 anymore starting with Kilo and might not work correctly with it, so remove the classifier. Change-Id: Ib7cddecdbec2c5152fe526bada6587129cf63ffd --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8a252b48c..ed145aad0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 [files] packages = diff --git a/tox.ini b/tox.ini index 7e16f19ca..31f81cb3e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,py34,pep8 +envlist = py27,py33,py34,pep8 minversion = 1.6 skipsdist = True -- 2.45.2