summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-12-18 16:05:15 +0100
committerVictor Stinner <victor.stinner@gmail.com>2014-12-18 16:05:15 +0100
commitf624a2b673aed2fa445c748cb7f4b40f75dac9e6 (patch)
tree00e505a3f326feb40c562fe4999183f0055239d9
parent9d2945293f1369bc834cf4c28fbb7ab7bf603f4d (diff)
downloadtrollius-f624a2b673aed2fa445c748cb7f4b40f75dac9e6.tar.gz
release.py: want also 2.7 and 3.4 wheel packages for trollius
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index f39d1e1..8476301 100644
--- a/release.py
+++ b/release.py
@@ -19,7 +19,7 @@ import textwrap
PY3 = (sys.version_info >= (3,))
HG = 'hg'
-_PYTHON_VERSIONS = [(3, 3)]
+_PYTHON_VERSIONS = [(2, 7), (3, 3), (3, 4)]
PYTHON_VERSIONS = []
for pyver in _PYTHON_VERSIONS:
PYTHON_VERSIONS.append((pyver, 32))