diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | setup.cfg | 1 | ||||
-rw-r--r-- | tox.ini | 2 |
3 files changed, 3 insertions, 5 deletions
@@ -1,8 +1,7 @@ -2.8.0 +3.0.0 ----- -* Python 2.6 support has been removed. Also, Python 3.3 gate testing has - been removed. Support for Python 3.3 is only best-effort. Currently +* Python 2.6 and Python 3.3 support has been removed. Currently supported and tested versions of Python are Python 2.7 and Python 3.4. * Do not reveal sensitive headers in swiftclient log messages by default. @@ -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 Programming Language :: Python :: 3.5 @@ -1,5 +1,5 @@ [tox] -envlist = py27,py33,py34,py35,pypy,pep8 +envlist = py27,py34,py35,pypy,pep8 minversion = 1.6 skipsdist = True |