Skip to content

Commit

Permalink
Update wheels for Python 3.12 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminalaee committed Oct 25, 2023
1 parent 089408a commit a235db5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a235db5

Please sign in to comment.