Update Pythons to latest with msi

This commit is contained in:
hugovk 2015-10-10 11:22:43 +03:00
parent 46ad0e2555
commit 8d2dd25786

View File

@ -2,7 +2,7 @@ from fetch import fetch
import os
if __name__ == '__main__':
for version in ['2.6.5', '2.7.6', '3.2.5', '3.3.5', '3.4.3']:
for version in ['2.6.6', '2.7.9', '3.2.5', '3.3.5', '3.4.3']:
for platform in ['', '.amd64']:
for extension in ['', '.asc']:
fetch('https://www.python.org/ftp/python/%s/python-%s%s.msi%s'