diff --git a/windows/internal/smoke_test.bat b/windows/internal/smoke_test.bat index e41a81550..0c5650f1e 100644 --- a/windows/internal/smoke_test.bat +++ b/windows/internal/smoke_test.bat @@ -37,7 +37,7 @@ exit /b 1 echo "install wheel package" set PYTHON_INSTALLER_URL= -if "%DESIRED_PYTHON%" == "3.13" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.13.0/python-3.13.0b1-amd64.exe" +if "%DESIRED_PYTHON%" == "3.13" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.13.0/python-3.13.0-amd64.exe" if "%DESIRED_PYTHON%" == "3.12" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.12.0/python-3.12.0-amd64.exe" if "%DESIRED_PYTHON%" == "3.11" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.11.0/python-3.11.0-amd64.exe" if "%DESIRED_PYTHON%" == "3.10" set "PYTHON_INSTALLER_URL=https://www.python.org/ftp/python/3.10.0/python-3.10.0-amd64.exe" @@ -60,7 +60,7 @@ if errorlevel 1 exit /b 1 set "PATH=%CD%\Python%PYTHON_VERSION%\Scripts;%CD%\Python;%PATH%" - +if "%DESIRED_PYTHON%" == "3.13" pip install -q --pre numpy==2.1.0 protobuf if "%DESIRED_PYTHON%" == "3.12" pip install -q --pre numpy==2.0.2 protobuf if "%DESIRED_PYTHON%" == "3.11" pip install -q --pre numpy==2.0.2 protobuf if "%DESIRED_PYTHON%" == "3.10" pip install -q --pre numpy==2.0.2 protobuf