Skip to content

Commit c2aae1b

Browse files
committed
feat(windows build): Use python 3.13
1 parent b5fa54d commit c2aae1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: 'windows-latest'
2121
strategy:
2222
matrix:
23-
python-version: ['3.12']
23+
python-version: ['3.13']
2424

2525
permissions:
2626
contents: write

0 commit comments

Comments
 (0)