Advertise support for Python3.4 / Remove support for Python 3.3

Change-Id: Ic41849eacc99e407a461dbe46b180bee52f7fab7
This commit is contained in:
Davanum Srinivas 2015-05-08 16:11:00 -04:00
parent 92225f64e6
commit 42b355f10d
2 changed files with 2 additions and 2 deletions

View File

@ -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 =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py34,py26,py27,pypy,pep8
envlist = py34,py26,py27,pypy,pep8
# NOTE(dhellmann): We cannot set skipdist=True
# for oslo libraries because of the namespace package.
#skipsdist = True