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

Fix Python 3.7 deprecation warnings #79

Conversation

mrdon-reciprocity
Copy link
Contributor

@mrdon-reciprocity mrdon-reciprocity commented Nov 21, 2019

Importing ABCs directly from the collections module is deprecated
in Python 3.7.

This contains the fix in #67 combined with the mypy fixes in #76 to get a passing CI build. It also adds support for Python 3.7 and 3.8 in CI.

Importing ABCs directly from the `collections` module is deprecated
in Python 3.7.
@mrdon-reciprocity
Copy link
Contributor Author

I think this is ready to merge and release now @syrusakbary

@syrusakbary syrusakbary merged commit 0d5366e into syrusakbary:master Dec 14, 2019
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

3 participants