Skip to content

Commit

Permalink
Update python windows dist to use v3.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
remyroy committed Jan 27, 2022
1 parent ad91b3d commit 0aeb35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ def run(self):
# Download Python embeddable package
import httpx

python_embed_url = 'https://www.python.org/ftp/python/3.9.8/python-3.9.8-embed-amd64.zip'
python_embed_name = 'python-3.9.8-embed-amd64.zip'
python_embed_url = 'https://www.python.org/ftp/python/3.9.10/python-3.9.10-embed-amd64.zip'
python_embed_name = 'python-3.9.10-embed-amd64.zip'

python_embed_archive = download_path.joinpath(python_embed_name)
try:
Expand Down

0 comments on commit 0aeb35c

Please sign in to comment.