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

collections.Mapping has been removed #134

Open
tjrob opened this issue Oct 25, 2022 · 1 comment
Open

collections.Mapping has been removed #134

tjrob opened this issue Oct 25, 2022 · 1 comment

Comments

@tjrob
Copy link

tjrob commented Oct 25, 2022

collections.Mapping has been deprecated for almost a decade.

In _unix.py:
10: import collections.abc
44: collections.mapping => collections.abc.Mapping

@lneuhaus
Copy link

+1. The issue seems to be fixed now on the latest commit in the main branch, but the tag 0.6.1 (latest release), AND the version available on PyPI (0.6.1) refer to a commit that is slightly older, and does not contain this fix. The proper action is IMHO to release release the latest version as 0.6.2. That would be much appreciated. Thanks!

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

No branches or pull requests

2 participants