summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-05-17 21:51:13 +0000
committerGerrit Code Review <review@openstack.org>2015-05-17 21:51:13 +0000
commita02d901640384f475d0a60d9555368c6d5ba1225 (patch)
tree18cbdbe82c52428377adf716269dad55f3bbc0b0
parentf92f45ca0796b16dc9f0a962942ee24a67d19ef3 (diff)
parent7935c3f41490cb39b9c1cbc9f7ba5ec2047b627e (diff)
downloadoslo-i18n-a02d901640384f475d0a60d9555368c6d5ba1225.tar.gz
Merge "Advertise support for Python3.4 / Remove support for Python 3.3"1.7.0
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index ef8dd88..8361b08 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,7 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.3
+ Programming Language :: Python :: 3.4
[files]
packages =
diff --git a/tox.ini b/tox.ini
index 40a719c..f182c21 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
-envlist = py33,py34,py26,py27,pep8
+envlist = py34,py26,py27,pep8
# NOTE(dhellmann): We cannot set skipdist=True
# for oslo libraries because of the namespace package.
#skipsdist = True