Skip to content

Commit

Permalink
Temporarily disable Python 3.12 wheel building
Browse files Browse the repository at this point in the history
Numpy compatibility with 3.12 is a little weird right now. We can't build 3.12 wheels yet.
  • Loading branch information
djhoese committed Aug 31, 2023
1 parent 23d43fc commit 207f9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
env:
CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *-i686"
CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* pp* *-i686"

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

0 comments on commit 207f9d0

Please sign in to comment.