Skip to content

Commit 32573df

Browse files
Add 2.6, 3.2 back to Windows build after testing
1 parent ad33a20 commit 32573df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pavement.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def release_unix():
1414

1515
@task
1616
def release_windows():
17-
for pyver in (27, 33, 34):
17+
for pyver in (26, 27, 32, 33, 34):
1818
exe = r'C:\Python%d\Python.exe' % pyver
1919
hdf5 = r'c:\hdf5\Python%d' % pyver
2020
sh('%s setup.py clean' % exe)

0 commit comments

Comments
 (0)