Skip to content

Commit

Permalink
Build wheels for Python 3.12
Browse files Browse the repository at this point in the history
First version of cibuildwheels reported to support Python 3.12:
2.16.2
  • Loading branch information
DimitriPapadopoulos committed Oct 17, 2023
1 parent 833a384 commit 1b1d19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
flake8 --count --max-line-length=120 --statistics pillow_jpls
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.10.2
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 1b1d19d

Please sign in to comment.