From ebad8e25eca5df098051d2fe1d6ed708f0517d10 Mon Sep 17 00:00:00 2001 From: David Stanek Date: Tue, 24 Nov 2015 20:30:57 +0000 Subject: [PATCH] Remove Python 2.6 support We are removing Python 2.6 support from the Keystone libraries. Change-Id: I1a4cc85ff6b61174ca06048d353c7a87c523e8f0 Closes-Bug: 1519449 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index fa34d060..554f28f9 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.4 diff --git a/tox.ini b/tox.ini index 51485904..bad23cb6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = py26,py27,py34,pep8 +envlist = py27,py34,pep8 [testenv] usedevelop = True