Skip to content

Commit

Permalink
appveyor: ... and update PATH for new Python
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Jul 19, 2023
1 parent 997b687 commit 7133ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ os:
- Visual Studio 2019

environment:
PATH: C:\Python38-x64\Scripts;C:\Python38-arm\Scripts;$(PATH)
PATH: C:\Python311-x64\Scripts;C:\Python311-arm\Scripts;$(PATH)
matrix:
- GENERATOR: "Visual Studio 16 2019 Win64"
TRIPLET: x64-windows
Expand Down

0 comments on commit 7133ed3

Please sign in to comment.