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

Change-Id: I2eea40f7b246ec8b5c36a81f75fa132fc53693e7
This commit is contained in:
Davanum Srinivas 2015-05-08 16:14:54 -04:00 committed by Davanum Srinivas (dims)
parent b00aa6ae63
commit 7935c3f414
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,pep8
envlist = py34,py26,py27,pep8
# NOTE(dhellmann): We cannot set skipdist=True
# for oslo libraries because of the namespace package.
#skipsdist = True