timothyb0912 / pylogit

A python package for estimating conditional logit models.
https://pypi.org/project/pylogit/
BSD 3-Clause "New" or "Revised" License
187 stars 103 forks source link

Remove deprecated collections.Iterable import #87

Open bnaul opened 2 years ago

bnaul commented 2 years ago

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).