From 283299a08c55266d1be1fd1424a05f51691bf9e0 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Tue, 15 Apr 2014 11:25:48 -0700 Subject: [PATCH] Support Python 2.7, 3.3, 3.4 These are reasonably modern versions of Python that I think are worth supporting for the planned 1.3.0 release. --- README.md | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0ca0321..c2331558 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 e7bb9713..1ac0a014 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py25, py26, py27, py33 +envlist = py27, py33, py34 [testenv] setenv =