From 98b4a3d32ff8b55c2751d43f99b87f5b049d083b Mon Sep 17 00:00:00 2001 From: shu-mutou Date: Wed, 2 Dec 2015 16:45:02 +0900 Subject: [PATCH] Remove py26 support as of mitaka, the infra team won't have the resources available to reasonably test py26, also the oslo team is dropping py26 support from their libraries. sine we rely on oslo for a lot of our work, and depend on infra for our CI, we should drop py26 support too. Change-Id: Icf1b13b044de03705688df929ed74429879c6dd8 Closes-Bug: 1519510 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e5b46ee79..366cc7ada 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 2 - Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.3 diff --git a/tox.ini b/tox.ini index 3f24d1b2d..fc7ddfd0b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] distribute = False -envlist = py26,py27,py33,py34,pypy,pep8 +envlist = py27,py33,py34,pypy,pep8 minversion = 1.6 skipsdist = True