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

Python 3.9 support #29

Open
cmacdonald opened this issue Feb 18, 2021 · 0 comments · May be fixed by #30
Open

Python 3.9 support #29

cmacdonald opened this issue Feb 18, 2021 · 0 comments · May be fixed by #30

Comments

@cmacdonald
Copy link

 /opt/hostedtoolcache/Python/3.8.7/x64/lib/python3.8/site-packages/chest/core.py:1: 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
151
    from collections import MutableMapping

Would you accept a PR fix, and make a new release?

s-t-e-v-e-n-k added a commit to s-t-e-v-e-n-k/chest that referenced this issue Jan 31, 2022
Python 3.3 and above moved the abstract base classes to their own
module under collections, collections.abc. Import from that location,
falling back if required for Python 3.2.

Fixes blaze#29
@s-t-e-v-e-n-k s-t-e-v-e-n-k linked a pull request Jan 31, 2022 that will close this issue
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