diff --git a/README.md b/README.md index f0ca032..c233155 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ TODO ---- * A bugfix 1.2.4 release -* A 1.3.0 release that will support Python 2.7-3.3 +* A 1.3.0 release that will support Python 2.7-3.4 * The 2.0 version is being renamed [moist][] and is heavily refactored. Projects diff --git a/tox.ini b/tox.ini index 350e3f7..0996df3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py25, py26, py27, py33 +envlist = py27, py33, py34 [testenv] setenv =