Skip to content

Commit

Permalink
BLD: add wheels for CPython 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Aug 15, 2023
1 parent 181564d commit 92deb1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
uses: actions/checkout@v3

- name: Build wheels for CPython
uses: pypa/cibuildwheel@v2.14.1
uses: pypa/cibuildwheel@v2.15.0
with:
output-dir: dist
env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_SKIP: '*-musllinux_*' # numpy doesn't have wheels for musllinux so we can't build some quickly and without bloating
CIBW_ARCHS_LINUX: x86_64
CIBW_ARCHS_MACOS: x86_64 arm64
Expand Down

0 comments on commit 92deb1e

Please sign in to comment.