Skip to content

Commit

Permalink
Use Python 3.13 in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Jan 29, 2025
1 parent 6852bb4 commit 487d1c5
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 @@
image: Visual Studio 2022
environment:
matrix:
- PYTHON: "C:\\Python312"
- PYTHON: "C:\\Python313"
# Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml
# Thanks!
install:
Expand Down

0 comments on commit 487d1c5

Please sign in to comment.