Upgraded embedded Python to 3.7.9 for Windows builds

[skip travis]
This commit is contained in:
Ale Martinez
2021-01-11 18:52:57 -03:00
parent cf745c1200
commit 41456b5cc1
2 changed files with 2 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ install:
# Get Python embeddable and install packages
- ps: >-
if (-not (Test-Path 'C:\Python')) {
Start-FileDownload "https://www.python.org/ftp/python/3.7.7/python-3.7.7-embed-amd64.zip" Python.zip
Start-FileDownload "https://www.python.org/ftp/python/3.7.9/python-3.7.9-embed-amd64.zip" Python.zip
7z x Python.zip -oC:\Python\
echo python37.zip . '' 'import site' | Out-File C:\Python\python37._pth -Encoding ascii
mkdir C:\Python\lib\site-packages

View File

@@ -1,3 +1,4 @@
#### Packages for embedded Python ###
#
# Core Tools
#