gsakkis / pytrie

Other
23 stars 6 forks source link

Pytrie fails on python 3.8 #5

Closed scarabeusiv closed 4 years ago

scarabeusiv commented 4 years ago

Direct collection imports are no longer working on python 3.8 and newer and need to be tweaked to keep working:

[  128s]   /usr/lib/python3.7/site-packages/pytrie.py:48: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
[  128s]     from collections import MutableMapping
shevron commented 3 years ago

Sorry to nag, but is there a (pypi) release planned with this fix, now that 3.9 is out and users will soon start upgrading?

gsakkis commented 3 years ago

Just pushed a new release on pypi.