upgrade embedded python to v3.8.1

This commit is contained in:
Alan Hamlett 2020-02-09 23:17:13 -08:00
parent 935ddbd5f6
commit 8acda0157a
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ class DownloadPython(threading.Thread):
def run(self):
log(INFO, 'Downloading embeddable Python...')
ver = '3.5.2'
ver = '3.8.1'
arch = 'amd64' if platform.architecture()[0] == '64bit' else 'win32'
url = 'https://www.python.org/ftp/python/{ver}/python-{ver}-embed-{arch}.zip'.format(
ver=ver,