From 0aeb35cbdc479de1bceeea5708441ed132c05248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Roy?= Date: Thu, 27 Jan 2022 14:52:55 -0500 Subject: [PATCH] Update python windows dist to use v3.9.10 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b88ccf7..ab6821d 100644 --- a/setup.py +++ b/setup.py @@ -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: