mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Merge pull request #1287 from radarhere/winbuild_python
Updated windbuild to python 3.4.3
This commit is contained in:
commit
f1f6835170
|
@ -2,7 +2,7 @@ from fetch import fetch
|
||||||
import os
|
import os
|
||||||
|
|
||||||
if __name__=='__main__':
|
if __name__=='__main__':
|
||||||
for version in ['2.6.5', '2.7.6', '3.2.5', '3.3.5', '3.4.0']:
|
for version in ['2.6.5', '2.7.6', '3.2.5', '3.3.5', '3.4.3']:
|
||||||
for platform in ['', '.amd64']:
|
for platform in ['', '.amd64']:
|
||||||
for extension in ['','.asc']:
|
for extension in ['','.asc']:
|
||||||
fetch('https://www.python.org/ftp/python/%s/python-%s%s.msi%s' %(
|
fetch('https://www.python.org/ftp/python/%s/python-%s%s.msi%s' %(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user