pylogit icon indicating copy to clipboard operation
pylogit copied to clipboard

Remove deprecated collections.Iterable import

Open bnaul opened this issue 3 years ago • 1 comments

Python 3.10 removed some deprecated aliases from collections that live in collections.abc since 3.3, most notably Iterable. Should be a safe change for anything >= Python 3.3, seems like this is enough to get things working on 3.10 (or at least importable).

bnaul avatar Jul 12 '22 12:07 bnaul