v1.0.24.2
Fixes
- Fix macOS arm64 builds on x86_64 systems. This caused the released universal2 wheels to only work on x86_64.
- Fix a type error with the return type of
get_libusb1_backend()
. - Suppress a type error on the line importing
importlib_resources
, which isn't installed on recent Python versions.
Changes
- Replace macOS universal2 wheels with arm64 wheels.
- Add mypy config to
pyproject.toml
. - Move cibuildwheel config to
pyproject.toml
(from environment variables set in the workflow) so it can be run locally. - Improve readme.
Full Changelog: v1.0.24.1...v1.0.24.2