soft-matter / trackpy

Python particle tracking toolkit
http://soft-matter.github.io/trackpy
Other
445 stars 131 forks source link

Update deprecated import to collections.abc.Hashable #585

Closed lagru closed 4 years ago

lagru commented 4 years ago

Importing ABCs from collections instead of from collections.abc is deprecated and will stop working in Python 3.8. Therefore this will block trackpy from working with the new Python version.

Also im curious. Do you expect any other hiccups when using trackpy with 3.8? It looks like it should work out of the box seeing that the package is shared as a source distribution on PyPI.

tacaswell commented 4 years ago

Thanks @lagru ! I would not expect any issues, but you can never be sure until you try....