summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreedip <reedip.banerjee@nectechnologies.in>2016-01-07 09:35:56 +0900
committerReedip <reedip.banerjee@nectechnologies.in>2016-09-10 04:11:32 +0000
commitb6b1e42fcee16b6fa70f10dc7b64791b12fd7f1c (patch)
treec7603148b626b54382a1d7d812ff7b1b8f8b1d48
parentf773f1792708bd04c3ae4af4410c530bce085fc1 (diff)
downloadswift-bench-b6b1e42fcee16b6fa70f10dc7b64791b12fd7f1c.tar.gz
Remove support for py33/py26
Python 3.3/Python 2.6 is not supported from Mitaka, as per Infra. The following patch removes the support for the same. Change-Id: I7c8a1a39f0e86cbd38466c2dcd611a8f513c8adc Closes-Bug: #1526170
-rw-r--r--setup.py1
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 345ea38..9be97fe 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,6 @@ setup(
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Environment :: No Input/Output (Daemon)',
'Environment :: OpenStack',
diff --git a/tox.ini b/tox.ini
index 406b0b7..4da7a84 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py33,py34,py26,py27,pypy,pep8
+envlist = py34,py27,pypy,pep8
minversion = 1.6
[testenv]