brendan-w / python-OBD

OBD-II serial module for reading engine data
GNU General Public License v2.0
1.02k stars 360 forks source link

Update the python version range to 3.8-3.10 #247

Closed nyukhalov closed 2 years ago

nyukhalov commented 2 years ago

pint=0.19.* is not available for python versions lower 3.8. Updated the python version matrix used in CI to 3.8,3.9,3.10. Also, updated pytest and pytest-cov versions as the older versions weren't compatible with py3.10.