Closed flozz closed 11 months ago
There is this error - https://github.com/trezor/cython-hidapi/actions/runs/6552643885/job/17796388898
Help me to come up with a fix and I'll publish wheels for 3.12 😃
A missing #include
to get the definition of enum hid_bus_type
perhaps. I don't have access to a MacOS platform though.
https://github.com/trezor/cython-hidapi/actions/runs/6552643885/job/17796388898
BTW: I've reproduced it on Ubuntu with x86_64-linux-gnu-gcc v9.4.0 and python 3.8.
Fixed by https://github.com/trezor/cython-hidapi/commit/c9eec80d27b5e23055e0c675590f93c88ab49a88
Wheels for Python 3.12 pushed to PyPI - see https://pypi.org/project/hidapi/#files
Thanks @Youw!
Thank you very much @Youw and @prusnak! :D
Hello !
Python 3.12 was released this month. Is it possible for you to build/publish a wheel for it on PyPI? :)