tuya / tuya-iot-python-sdk

Tuya IoT Python SDK for Tuya Open API.
MIT License
117 stars 47 forks source link

Fix Python >=3.7,<3.9 compatibility #40

Closed frenck closed 2 years ago

frenck commented 2 years ago

This PR fixes compatibility with older Python versions. PR #10 made use of a Python 3.9+ feature, causing this library no longer to work on older Python version.

This PR corrects that, with the side-effect that it will cause Python 3.7 to become the minimum (which IMHO is acceptable).