HWI icon indicating copy to clipboard operation
HWI copied to clipboard

update libusb1 dependency

Open prusnak opened this issue 2 years ago • 0 comments

In setup.py we have 'libusb1>=1.7,<3',, but recently version 3.x has been released.

We should relax the dependency to 'libusb1>=1.7,<4',

The reason why the major version is bumped is that Py 3.6 compatibility has been dropped (as Py3.6 is EOL). See https://github.com/vpelletier/python-libusb1#300

prusnak avatar Feb 19 '22 15:02 prusnak