Skip to content

Commit

Permalink
Build wheels for Python 3.12 (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Aug 13, 2023
1 parent ad345cf commit b665b55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.13.1
python -m pip install cibuildwheel==2.15.0
- name: Set up QEMU
if: runner.os == 'Linux'
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Changelog
=========

* Include wheels for Python 3.12.

2.11.0 (2023-07-10)
-------------------

Expand Down

0 comments on commit b665b55

Please sign in to comment.