Skip to content

Commit

Permalink
feat: build cpython 3.12 wheels (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Aug 24, 2023
1 parent 5364492 commit b38aa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
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.15.0

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

0 comments on commit b38aa58

Please sign in to comment.