Skip to content

Commit

Permalink
build wheels for python 3.12
Browse files Browse the repository at this point in the history
latest cibuildwheel does it by default now
  • Loading branch information
anthrotype committed Sep 7, 2023
1 parent 0ea8e8d commit 0d9cc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
matrix:
# aarch64 uses qemu so it's slow, build each py version in parallel jobs
python: [38, 39, 310, 311]
python: [38, 39, 310, 311, 312]
arch: [aarch64]
env:
# Skip building aarch64 wheels for musllinux until I figure out why I get
Expand Down

0 comments on commit 0d9cc01

Please sign in to comment.