We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6ebc4 commit 27c2afeCopy full SHA for 27c2afe
.github/workflows/wheels.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: PyO3/maturin-action@v1
50
with:
51
target: ${{ matrix.target }}
52
- args: --release --out dist -i 3.10 3.11 3.12
+ args: --release --out dist -i 3.10 3.11 3.12 3.13
53
sccache: 'true'
54
- name: Upload wheels
55
uses: actions/upload-artifact@v4
0 commit comments