summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
3 files changed, 3 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 00899eb..f5e0a60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/setup.cfg b/setup.cfg
index d745957..4c48a65 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
Programming Language :: Python :: 3.5
diff --git a/tox.ini b/tox.ini
index eff0e9f..717128b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py33,py34,py35,pypy,pep8
+envlist = py27,py34,py35,pypy,pep8
minversion = 1.6
skipsdist = True