system_hotkey
system_hotkey copied to clipboard
Regression on Python 3.10: collections.iterable has been deprecated
Running on python 3.10 results in the error:
AttributeError: module 'collections' has no attribute 'Iterable'
This was deprecated and removed in Python 3.10. Since the project supports Python 3 only collections.abc can be used. PR to fix this https://github.com/timeyyy/system_hotkey/pull/26
Any chance to get this pull request through? I tested and verified that it works. Thanks @tirkarthi.
Any update here? Thanks!
Any update here? Thanks!
#26 is not compatible for 3.10 below.
I fixed this in #29.
Good luck.