summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-12-18 12:40:22 +0000
committerGerrit Code Review <review@openstack.org>2015-12-18 12:40:22 +0000
commitc419d7400ca1cad13f1b13fd1b8e040e71266904 (patch)
tree1e3673b452a26b03471678ddc3eddd59179b57bf
parent220310c10f3eabdb3b855e29fbf8eca6c4e699ff (diff)
parentdc669f23d4db96183a2c52ae8f1494656ec043c1 (diff)
downloadpython-saharaclient-c419d7400ca1cad13f1b13fd1b8e040e71266904.tar.gz
Merge "Drop py33 support"
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 3858594..9aa2a4f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,7 +17,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[global]
diff --git a/tox.ini b/tox.ini
index dc6e87d..cbd90b1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py33,py34,pypy,pep8,releasenotes
+envlist = py27,py34,pypy,pep8,releasenotes
minversion = 1.6
skipsdist = True