Skip to content

Commit

Permalink
feat: update for final cpython release (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 18, 2023
1 parent 6013954 commit 460a072
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 @@ -41,7 +41,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12.0-rc.2"
- "3.12"
os:
- ubuntu-latest
extension:
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
fetch-depth: 0

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.15.0
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 460a072

Please sign in to comment.