Skip to content

Commit

Permalink
Support py 3.12 (#4)
Browse files Browse the repository at this point in the history
* Support py3.12

* Build fails for pypy3.8

* Bump cibuildwheel

* Skip pypy

* Skip 313
  • Loading branch information
blueraft authored Aug 16, 2024
1 parent 32492cf commit 2cd206d
Show file tree
Hide file tree
Showing 2 changed files with 29,177 additions and 18,215 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.18.0
uses: pypa/cibuildwheel@v2.20.0
env:
# Build fails for CPython 3.12 and for PyPy 3.10
CIBW_SKIP: cp312-* pp310-*
# Build fails for PyPy
CIBW_SKIP: pp* cp313-*

- uses: actions/upload-artifact@v4
with:
Expand Down
Loading

0 comments on commit 2cd206d

Please sign in to comment.