From aba40f9fdb46dcbe1e785a2e7c70f3c855d679ab Mon Sep 17 00:00:00 2001 From: shu-mutou Date: Wed, 2 Dec 2015 16:54:06 +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: I50eff4ea33358791cc4f139b3b369489c38f7e5c 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 22475150..821e88dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 Programming Language :: Python :: 3 Programming Language :: Python :: 3.3 diff --git a/tox.ini b/tox.ini index b016552a..0d8cd719 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34,py33,py26,py27,pep8 +envlist = py34,py33,py27,pep8 minversion = 1.6 skipsdist = True