release.py: want also 2.7 and 3.4 wheel packages for trollius

This commit is contained in:
Victor Stinner
2014-12-18 16:05:15 +01:00
parent e918de88d1
commit 390c69f1ee

View File

@@ -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))