ns1-python icon indicating copy to clipboard operation
ns1-python copied to clipboard

Fixup compatibility with Python 3.10

Open ignatenkobrain opened this issue 3 years ago • 1 comments

collections.Iterable was moved to collections.abc.Iterable in Python 3.8 but compatibility was preserved. In Python 3.10, old path was removed.

ignatenkobrain avatar Jul 18 '21 06:07 ignatenkobrain

This has been addressed in v0.18.0.

istr avatar Oct 11 '22 17:10 istr

Since the fix @mburtless suggested was implemented, I'm going to close this ticket. Thanks for pointing out the issue and giving a fix!

shane-ns1 avatar Dec 21 '23 10:12 shane-ns1