Skip to content

Commit

Permalink
feat: build wheel for latest cpython release (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 18, 2023
1 parent e18df56 commit 5bda2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python-version:
- "3.10"
- "3.11"
- "3.12.0-beta.4"
- "3.12"

os:
- ubuntu-latest
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
fetch-depth: 0

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.14.1
run: python -m pip install cibuildwheel==2.16.2

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 5bda2cb

Please sign in to comment.