Skip to content

Commit

Permalink
AppVeyor: Bump python to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier2k6 authored and arvidn committed Mar 3, 2025
1 parent c31d90b commit 447032d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ install:
- echo %BOOST_ROOT%
- echo %BOOST_BUILD_PATH%
- set PATH=%PATH%;%BOOST_BUILD_PATH%
- ps: '"using msvc : 14.1 ;`nusing gcc ;`nusing python : 3.7 : c:\\Python37-x64 : c:\\Python37-x64\\include : c:\\Python37-x64\\libs ;`n" | Set-Content $env:HOMEDRIVE\$env:HOMEPATH\user-config.jam'
- ps: '"using msvc : 14.1 ;`nusing gcc ;`nusing python : 3.8 : c:\\Python38-x64 : c:\\Python38-x64\\include : c:\\Python38-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:\Python37-x64;%PATH%
- set PYTHON_INTERPRETER=c:\Python37-x64\python.exe
- set PATH=c:\Python38-x64;%PATH%
- set PYTHON_INTERPRETER=c:\Python38-x64\python.exe
- python --version
- echo %ROOT_DIRECTORY%
- cd %BOOST_BUILD_PATH%
Expand Down Expand Up @@ -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:\Python37-x64\python.exe setup.py bdist --format=msi
c:\Python38-x64\python.exe setup.py bdist --format=msi
)

# minimal support for cmake build
Expand Down

0 comments on commit 447032d

Please sign in to comment.