From ad5381a91dd984107d064fcebb3147037a8ac5b9 Mon Sep 17 00:00:00 2001 From: ricolin Date: Thu, 3 Dec 2015 00:00:47 +0800 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. Closes-Bug: 1519510 Change-Id: Ie8dc40df5fddce298f31f7a3d5436493b9b090bb --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 50711615..ff6d520c 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 1ed65754..bec42188 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,py34,pypy,pep8 +envlist = py27,py33,py34,pypy,pep8 minversion = 1.6 skipsdist = True