diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index bd0ecb8..7abbeeb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -33,7 +33,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist -i 3.8 3.9 3.10 3.11 + args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 sccache: 'true' manylinux: auto - name: Upload wheels