diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee02dac..27f4081 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,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 pypy3.8 pypy3.9 + args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 sccache: "true" manylinux: auto - name: Install and test @@ -79,7 +79,7 @@ jobs: rust-toolchain: stable target: ${{ matrix.target }} manylinux: auto - args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 pypy3.8 pypy3.9 + args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 - uses: uraimo/run-on-arch-action@v2.3.0 if: matrix.target != 'ppc64' name: Install built wheel @@ -120,7 +120,7 @@ jobs: rust-toolchain: stable target: ${{ matrix.target }} manylinux: musllinux_1_2 - 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 - name: Install built wheel if: matrix.target == 'x86_64-unknown-linux-musl' uses: addnab/docker-run-action@v3