From 68aa70954dad6b702fb00f5ac465ff3eb85cd99d Mon Sep 17 00:00:00 2001 From: xavier2k6 <42386382+xavier2k6@users.noreply.github.com> Date: Tue, 17 Feb 2026 11:15:50 +0000 Subject: [PATCH] Bump python version to latest available on AppVeyor image --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b389b695f..70278bf1a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -44,13 +44,13 @@ install: - echo %BOOST_ROOT% - echo %BOOST_BUILD_PATH% - set PATH=%PATH%;%BOOST_BUILD_PATH% - - ps: '"using msvc ;`nusing gcc ;`nusing python : 3.13 : c:\\Python313-x64 : c:\\Python313-x64\\include : c:\\Python313-x64\\libs ;`n" | Set-Content $env:HOMEDRIVE\$env:HOMEPATH\user-config.jam' + - ps: '"using msvc ;`nusing gcc ;`nusing python : 3.14 : c:\\Python314-x64 : c:\\Python314-x64\\include : c:\\Python314-x64\\libs ;`n" | Set-Content $env:HOMEDRIVE\$env:HOMEPATH\user-config.jam' - type %HOMEDRIVE%%HOMEPATH%\user-config.jam - cd %ROOT_DIRECTORY% - set PATH=c:\msys64\mingw32\bin;%PATH% - g++ --version - - set PATH=c:\Python38-x64;%PATH% - - set PYTHON_INTERPRETER=c:\Python38-x64\python.exe + - set PATH=c:\Python314-x64;%PATH% + - set PYTHON_INTERPRETER=c:\Python314-x64\python.exe - python --version - echo %ROOT_DIRECTORY% - cd %BOOST_BUILD_PATH% @@ -80,7 +80,7 @@ build_script: b2.exe --hash openssl-lib=%ssl_lib% openssl-include=%ssl_include% warnings=all %compiler% address-model=%model% picker-debugging=on invariant-checks=full variant=%variant% link=shared crypto=%crypto% asserts=on export-extra=on windows-api=%api% windows-version=win10 libtorrent-link=shared stage_module stage_dependencies ) - if defined python_dist ( - c:\Python38-x64\python.exe setup.py bdist --format=msi + c:\Python314-x64\python.exe setup.py bdist --format=msi ) # minimal support for cmake build