Skip to content

Commit

Permalink
appveyor CI: Use python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdgeos committed Feb 13, 2024
1 parent 003b767 commit f1421d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ APPVEYOR_BUILD_FOLDER = ${Variables:Root}
# Category is case sensitive
[GeneralSettings]
General/EMERGE_PKGDSTDIR=${Variables:APPVEYOR_BUILD_FOLDER}/binaries
Paths/Python = C:\Python38
Paths/Python = C:\Python310
Paths/Python27 = C:\Python27
Paths/Msys = ${Variables:Msys}
Paths/DownloadDir = ${Variables:Root}/downloads
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clone_depth: 1
init:
- ps: |
function craft() {
& C:\python38\python.exe "C:\CraftMaster\CraftMaster\CraftMaster.py" --config "$env:APPVEYOR_BUILD_FOLDER\appveyor.ini" --variables "APPVEYOR_BUILD_FOLDER=$env:APPVEYOR_BUILD_FOLDER" --target $env:TARGET -c $args
& C:\python310\python.exe "C:\CraftMaster\CraftMaster\CraftMaster.py" --config "$env:APPVEYOR_BUILD_FOLDER\appveyor.ini" --variables "APPVEYOR_BUILD_FOLDER=$env:APPVEYOR_BUILD_FOLDER" --target $env:TARGET -c $args
if($LASTEXITCODE -ne 0) {exit $LASTEXITCODE}
}
Expand Down

0 comments on commit f1421d2

Please sign in to comment.