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
182 stars 76 forks source link

Test more python versions #118

Closed davet2001 closed 2 years ago

davet2001 commented 2 years ago

A quick experiment shows it works back to 3.5, but 2.7 does not work.

This PR adds those tests to the CI, and also updates the documentation.

It addresses #105 but I am not 100% sure whether it covers all the items that @padelt raised there (so please check if possible!)

padelt commented 2 years ago

Just checked: snmp_passpersist explicitly mentions problems with Python 2 and some commits indicate it works in at lease some Python 3 versions by now.

So your changes seem to be exactly right, @davet2001 .