From 90d98a6769cceebe84646dcb0029d2eda7611551 Mon Sep 17 00:00:00 2001 From: ricolin Date: Wed, 2 Dec 2015 23:41:26 +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: I72b6e6cb881f3ce34b61020c0b6614de8335badd --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cf7bb55..79ba7e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,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 Programming Language :: Python :: 3.4 diff --git a/tox.ini b/tox.ini index 46e4320..7424c00 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py33,py34,py26,py27,pep8 +envlist = py33,py34,py27,pep8 skipsdist = True [testenv]