Closed mabrowning closed 1 year ago
Fixed in 749da6931f57c4c30596de678125648ccfd6e1cd
shouldn't this issue kept open until the root cause is fixed?
shouldn't this issue kept open until the root cause is fixed?
Compatibility with Cython 3.x is another issue - https://github.com/trezor/cython-hidapi/issues/156
Any help welcome!
The
Cython
project just (2023-07-17) released version3.0.0
on PyPI, but nowhidapi
doesn't build:However, by changing https://github.com/trezor/cython-hidapi/blob/master/setup.py#L139 https://github.com/trezor/cython-hidapi/blob/adf89859d79a7da114d0993d0cf7fa0916489a6a/setup.py#L139 to
setup_requires=["Cython<3"],
it builds sucessfully.