tuya / tuya-iot-python-sdk

Tuya IoT Python SDK for Tuya Open API.
MIT License
125 stars 48 forks source link

fix Python 3.7 usage #45

Closed fhempy closed 2 years ago

fhempy commented 2 years ago

pip3 install typing-extensions is required for Python 3.7

fhempy commented 2 years ago

@tsutsuku can you please review this one to support Python 3.7 again? It's currently unsupported but the README says it supports 3.7.

zlinoliver commented 2 years ago

Hi @dominikkarall , as this PR is duplicated with https://github.com/tuya/tuya-iot-python-sdk/pull/46 , which is merged, will close this PR then.

fhempy commented 2 years ago

Hi @zlinoliver , actually it's not duplicated. This one add's the code for Python 3.7, the other one just added the dependency. Could you please merge this one as well? Thx!

zlinoliver commented 2 years ago

@dominikkarall done