Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated collections.Iterable import #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bnaul
Copy link

@bnaul bnaul commented Jul 12, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants