zigpy / zigpy-znp

TI CC2531, CC13x2, CC26x2 radio support for Zigpy and ZHA
GNU General Public License v3.0
144 stars 40 forks source link

Python3.7 #198

Closed pipiche38 closed 1 year ago

pipiche38 commented 1 year ago

In the https://github.com/zigpy/zigpy-znp/pull/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.

puddly commented 1 year ago

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.

pipiche38 commented 1 year ago

@puddly no problem at all, and thanks for the trick, that is more than enough.