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

Importing ABC directly from collections will be removed in Python 3.10 #35

Open
tirkarthi opened this issue Jul 5, 2020 · 2 comments · May be fixed by #39
Open

Importing ABC directly from collections will be removed in Python 3.10 #35

tirkarthi opened this issue Jul 5, 2020 · 2 comments · May be fixed by #39

Comments

@tirkarthi
Copy link

Importing ABC directly from collections will be removed in Python 3.10 . Use collections.abc for Python 3 and collections for Python 2.

alchemy_mock/comparison.py
150:            elif isinstance(self.expr, collections.Mapping):
@nikhar-arora
Copy link

Any updates on when this Python 3.10 compatibility will be added?

@mostopalove
Copy link

Any updates?

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 a pull request may close this issue.

3 participants