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