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

Deprecation warning regarding collections.abc in python 3.9 #45

Closed
eshaan7 opened this issue Apr 1, 2021 · 1 comment · Fixed by #46
Closed

Deprecation warning regarding collections.abc in python 3.9 #45

eshaan7 opened this issue Apr 1, 2021 · 1 comment · Fixed by #46

Comments

@eshaan7
Copy link

eshaan7 commented Apr 1, 2021

python3.8/site-packages/tinynetrc-1.3.0-py3.8.egg/tinynetrc.py:5: 

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working 

from collections import MutableMapping, defaultdict
@eshaan7
Copy link
Author

eshaan7 commented Aug 11, 2021

ping @sloria.

Please merge PR #46 and cut new release otherwise this package cannot be used with python 3.10.

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.

1 participant