trezor / cython-hidapi

:snake: Python wrapper for the HIDAPI
Other
285 stars 110 forks source link

Update cibuildwheel action to 2.11.2 #146

Closed jonasmalacofilho closed 1 year ago

jonasmalacofilho commented 1 year ago

This should enable the building of wheels for Python 3.11.

Assuming everything goes well here, please upload the Python 3.11 wheels to PyPI when you have some time.


In the future, we might want to consider just specifying the major version number, as the cibuildwheel action is probably something we always want to run the latest available (as long as it doesn't do any breaking changes).

prusnak commented 1 year ago

Thanks merged and wheels uploaded to https://pypi.org/project/hidapi/0.12.0.post2/#files

Can you please check whether everything works as intended?

jonasmalacofilho commented 1 year ago

Thanks, I'll do that as soon as I can.