This is a minor bugfix release:
usb-construct can be installed from the wheel attached or from PyPi
Changed
- Bumped minimum required Python version from 3.9 to 3.10
Fixed
- Fixed a useability issue where one would assume that it was possible to bitwise-or
USBDirecton
,USBRequestType
, andUSBRequestRecipient
together to form abmRequestType
, this was not properly implemented, but is now correct.