padelt / temper-python

libusb/PyUSB-based driver to read TEMPer USB HID devices (USB ID 0c45:7401) and serve as a NetSNMP passpersist module
Other
183 stars 78 forks source link

Drop old python <3.7, add 3.11 to CI tests #131

Closed davet2001 closed 1 year ago

davet2001 commented 1 year ago

Some old python versions don't seem to be supported any more in the available test environments.

This PR adds testing within 3.11, and removes automatic testing <3.7.

Note that this change does not prevent users from using the library with python <3.7, it just changes what is automatically tested.