feat: update for final cpython release (#263)

This commit is contained in:
J. Nick Koston 2023-10-17 21:44:41 -10:00 committed by GitHub
parent 601395460d
commit 460a072652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12.0-rc.2"
- "3.12"
os:
- ubuntu-latest
extension:
@ -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