Skip to content

Commit

Permalink
Bump python version to 3.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
overfl0 committed Sep 8, 2020
1 parent 16f91ee commit 2f319ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create_embedded_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
MSI_ADDRESS = 'https://www.python.org/ftp/python/{version}/{arch}/{file}.msi'
EMBED_DIR = 'python-{version_short}-embed-{arch}'
ARCHITECTURES = ['win32', 'amd64']
PYTHON_VERSION = '3.7.5'
PYTHON_VERSION = '3.7.9'


@contextmanager
Expand Down

0 comments on commit 2f319ef

Please # to comment.