Add support for Python 3.12 by updating pypa/cibuildwheel.#17
Add support for Python 3.12 by updating pypa/cibuildwheel.#17carlosperate wants to merge 1 commit intopyocd:mainfrom
Conversation
Initial Python 3.12 support added to v2.13.0: https://github.com/pypa/cibuildwheel/releases/tag/v2.13.0 But final 3.12.0 support added to v2.16.2: https://github.com/pypa/cibuildwheel/releases/tag/v2.16.2
|
I downloaded my fork CI artefacts and the 3.12 wheels were generated. However, I've not really tested them: What would be the best way to test them? Installing them in a virtual environemnt and running the |
|
Even if PR #20 supersedes the need to add explicity Python 3.12 support. This PR can still be merged to add the classifiers and update the pypa/cibuildwheel action version. |
|
Hi, any news regarding this issue? Source distribution for the latest version is missing https://pypi.org/project/libusb-package/1.0.26.2/#files and the wheel for Python 3.12 is not available. |
I published wheels to the mirror on pypi with 3.12 and 3.13 support https://pypi.org/project/libusb-pkg |
|
This has been resolved by PR #23. |
Initial Python 3.12 support added to pypa/cibuildwheel@v2.13.0:
https://github.com/pypa/cibuildwheel/releases/tag/v2.13.0
But final 3.12.0 support added to pypa/cibuildwheel@v2.16.2, which is the latest release:
https://github.com/pypa/cibuildwheel/releases/tag/v2.16.2
Fixes #16.