You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the #195 you have updated the python_requires from 3.7 to 3.8.
I was under the assumption that the fact that 3.7 was not supported and especially the tests were not maintained any more, but it was not enforced to have 3.8 to get zigpy installed.
We have a number of users which still run on python3.7 for different reasons, and that really a shame to prevent them to use our plugin.
The text was updated successfully, but these errors were encountered:
Run pip with --ignore-requires-python and you can install it.
I'm not going to be wasting any more time on Python 3.7 support, considering it is going to be EoL in five months and requires duplicating effort to get unit tests running.
In the #195 you have updated the python_requires from 3.7 to 3.8.
I was under the assumption that the fact that 3.7 was not supported and especially the tests were not maintained any more, but it was not enforced to have 3.8 to get zigpy installed.
We have a number of users which still run on python3.7 for different reasons, and that really a shame to prevent them to use our plugin.
The text was updated successfully, but these errors were encountered: