We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d0f66 commit 1e23bd0Copy full SHA for 1e23bd0
1 file changed
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
uses: PyO3/maturin-action@v1
38
with:
39
target: ${{ matrix.platform.target }}
40
- args: --release --out dist --find-interpreter --skip cp313-* cp314-*
+ args: --release --out dist -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12
41
sccache: 'true'
42
manylinux: auto
43
0 commit comments