flyte / mqtt-io

Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.) and digital sensors (LM75 etc.) to an MQTT server for remote control and monitoring.
MIT License
461 stars 157 forks source link

Remove py3.6 from pipeline #302

Closed BenjiU closed 1 year ago

BenjiU commented 1 year ago

Python 3.6 takes too long to be installed on ubuntu 20.04 in tests. So 3.6 is removed. We should check for current python versions in current ubuntu/raspbian etc. to use available python versions there.