adafruit / cookiecutter-adafruit-circuitpython

Cookiecutter template for Adafruit's CircuitPython libraries.
MIT License
22 stars 37 forks source link

Don't use specific CPython versions #163

Closed dhalbert closed 2 years ago

dhalbert commented 2 years ago

Requiring a specific version of Python in CI actions is getting us into trouble when newer versions of packages either expect or require newer versions of python. The package might not get updated properly, because pip will hold it back.

If this is approved, then the libraries should be updated in a sweep to use these changes.