We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96036b5 commit a88f493Copy full SHA for a88f493
1 file changed
.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.8 3.9 3.10 3.11 3.12
+ args: --release --out dist -i 3.10 3.11 3.12
53
sccache: 'true'
54
- name: Upload wheels
55
uses: actions/upload-artifact@v4
0 commit comments