Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@lethalbit lethalbit released this 06 Jan 14:49
· 1 commit to main since this release
v0.2.1
c3279a0

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, and USBRequestRecipient together to form a bmRequestType, this was not properly implemented, but is now correct.