Merge pull request #3140 from radarhere/winbuild

Updated winbuild python versions
This commit is contained in:
Hugo 2018-05-26 08:44:37 +03:00 committed by GitHub
commit 61693f43de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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