Skip to content

Commit

Permalink
Update release.yml : no 3.12 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwright authored Jan 19, 2024
1 parent 7df639d commit cea535c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ jobs:
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-*
# exclude 312 as no numba. Put back on prev line : cp312-*
# Do not build for pypy, muslinux and python3.12 on ppc64le
CIBW_SKIP: pp* *-musllinux_* cp312-*linux_ppc64le
CIBW_SKIP: pp* *-musllinux_*
# exclude 312 as no numba. Put back on prev line : cp312-*linux_ppc64le
CIBW_ARCHS: ${{ matrix.cibw_archs }}

# Use silx wheelhouse: needed for ppc64le
Expand Down

0 comments on commit cea535c

Please sign in to comment.