From 8d2dd2578698c598abfb036317b5d747c876e81c Mon Sep 17 00:00:00 2001 From: hugovk Date: Sat, 10 Oct 2015 11:22:43 +0300 Subject: [PATCH 1/2] Update Pythons to latest with msi --- winbuild/get_pythons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/get_pythons.py b/winbuild/get_pythons.py index 8ac3b1d4a..5ce87b200 100644 --- a/winbuild/get_pythons.py +++ b/winbuild/get_pythons.py @@ -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' From b3aa92dc75a6f3299ea1f73be29302dbeaffeb54 Mon Sep 17 00:00:00 2001 From: hugovk Date: Sat, 10 Oct 2015 12:11:00 +0300 Subject: [PATCH 2/2] Update Pythons to latest with msi --- winbuild/get_pythons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/get_pythons.py b/winbuild/get_pythons.py index 5ce87b200..57c866daa 100644 --- a/winbuild/get_pythons.py +++ b/winbuild/get_pythons.py @@ -2,7 +2,7 @@ from fetch import fetch import os if __name__ == '__main__': - for version in ['2.6.6', '2.7.9', '3.2.5', '3.3.5', '3.4.3']: + for version in ['2.6.6', '2.7.10', '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'