Cayenne-MQTT-Python
Cayenne-MQTT-Python copied to clipboard
upgrade to python3.10, migrate from setup.py to pyptoject
Summary
Python2 has been obsolete for a few years now. By limiting ourselves to python3, we can use more current string formatting patterns.
Additionally, pyproject.toml is the current recommended python packaging format.
Description
There is a rider in this PR, the datatypes.py file. It is more up to date with supported datatypes.
Full Changelog: https://github.com/sgiroux-spwr/Cayenne-MQTT-Python/compare/v1.1.0...v1.1.1