Skip to content

Commit 27c2afe

Browse files
committed
ci: added python 3.13 to windows build
1 parent fe6ebc4 commit 27c2afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: PyO3/maturin-action@v1
5050
with:
5151
target: ${{ matrix.target }}
52-
args: --release --out dist -i 3.10 3.11 3.12
52+
args: --release --out dist -i 3.10 3.11 3.12 3.13
5353
sccache: 'true'
5454
- name: Upload wheels
5555
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)