jetperch / pyjoulescope

Joulescope driver and utilities
https://www.joulescope.com
Apache License 2.0
37 stars 11 forks source link

Add python_requires to setup.py #3

Closed markcampanelli closed 4 years ago

markcampanelli commented 4 years ago

It is nice to call out the supported Python versions in setup.py using python_requires, even though this is well documented in the README and the setup.py fails straightaway in Python <=3.5 because of the Python 3.6+ string formatting syntax.