Skip to content

Commit

Permalink
CI: use Python 3.12. instead of 3.11 in Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Nov 17, 2023
1 parent fc02f5a commit 5c2b071
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 @@ -11,7 +11,7 @@ environment:
- arch: x86
PY_PYTHON: 3.10-32
- arch: x64
PY_PYTHON: 3.11
PY_PYTHON: 3.12

# From https://mesonbuild.com/Continuous-Integration.html#appveyor-for-windows
install:
Expand Down

0 comments on commit 5c2b071

Please sign in to comment.