Skip to content

Commit

Permalink
REL: Add cp312 build to release
Browse files Browse the repository at this point in the history
Also bump the cibuildwheel version in the source generator.
  • Loading branch information
greglucas committed Oct 13, 2023
1 parent b640516 commit f022c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install cibuildwheel
run: pipx install cibuildwheel==2.14.1
run: pipx install cibuildwheel==2.16.2
- id: set-matrix
run: |
MATRIX=$(
Expand All @@ -71,7 +71,7 @@ jobs:
)
echo "include=$MATRIX" >> $GITHUB_OUTPUT
env:
CIBW_BUILD: "cp39-* cp310-* cp311-*"
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
# Skip 32 bit windows builds and musllinux due to lack of numpy wheels
CIBW_SKIP: "*-win32 *-musllinux*"
CIBW_ARCHS_MACOS: x86_64 arm64
Expand Down

0 comments on commit f022c64

Please sign in to comment.