From 8a392994a690ee2f19ada600c58159ea36b019d5 Mon Sep 17 00:00:00 2001 From: ricolin Date: Wed, 2 Dec 2015 23:07:19 +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 Depends-On: I3ea60260b467710a3e287d88e026f72060f63a1d Change-Id: I503715ce35d126d18df7f676edb128ba38f4f161 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 191122f..dca9cb5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,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.4 diff --git a/tox.ini b/tox.ini index cdfb2f1..bb71010 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.1 skipsdist = True -envlist = py26,py27,pep8,functional,cleanup +envlist = py27,pep8,functional,cleanup [testenv] usedevelop = True