Skip to content

Commit

Permalink
Add 3.12 builds back
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Nov 20, 2023
1 parent b0aab7e commit 1e40c37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
env:
# only build cpython
CIBW_BUILD: "cp*"
# but not 3.12 as numpy is not yet released with 3.12 support
# also exclude 32 bit and musl architectures to reduce build time for now
CIBW_SKIP: "cp312-* *-win32 *-manylinux_i686 *musllinux*"
# exclude 32 bit and musl architectures to reduce build time
# these shouldn't be needed
CIBW_SKIP: "*-win32 *-manylinux_i686 *musllinux*"

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1e40c37

Please sign in to comment.