diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5297721..4b3ccf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,13 +104,16 @@ jobs: 3.10 3.11 3.13 + pypy3.8 + pypy3.9 + pypy3.10 3.12 architecture: ${{ matrix.architecture }} check-latest: true - uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13' + args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10' sccache: "true" - uses: actions/upload-artifact@v4 with: