Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit b0071ac

Browse files
committed
Add python-3.11 download location for windows
1 parent b71049d commit b0071ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows/internal/smoke_test.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ exit /b 1
3030
echo "install wheel package"
3131

3232
set PYTHON_INSTALLER_URL=
33+
if "%DESIRED_PYTHON%" == "3.11" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.11.0/python-3.11.0-amd64.exe"
3334
if "%DESIRED_PYTHON%" == "3.10" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe"
3435
if "%DESIRED_PYTHON%" == "3.9" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.9.0/python-3.9.0-amd64.exe"
3536
if "%DESIRED_PYTHON%" == "3.8" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.8.2/python-3.8.2-amd64.exe"

0 commit comments

Comments
 (0)