Cayenne-MQTT-Python icon indicating copy to clipboard operation
Cayenne-MQTT-Python copied to clipboard

upgrade to python3.10, migrate from setup.py to pyptoject

Open sgiroux-spwr opened this issue 3 years ago • 0 comments

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

sgiroux-spwr avatar Aug 14 '22 13:08 sgiroux-spwr