Skip to content

Commit

Permalink
feat: build wheels for cpython 3.12 (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Aug 28, 2023
1 parent cc8feb1 commit 58bc154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12.0-beta.4"
- "3.12.0-rc.1"
- "pypy-3.7"
os:
- ubuntu-latest
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.3
uses: pypa/cibuildwheel@v2.15.0
# to supply options, put them in 'env', like:
env:
CIBW_SKIP: cp36-*
Expand Down

0 comments on commit 58bc154

Please sign in to comment.