mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Updated winbuild python versions
This commit is contained in:
		
							parent
							
								
									efa045a755
								
							
						
					
					
						commit
						4d7fa5f115
					
				| 
						 | 
					@ -2,7 +2,7 @@ from fetch import fetch
 | 
				
			||||||
import os
 | 
					import os
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if __name__ == '__main__':
 | 
					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 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