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 DeprecationWarning for Python 3.9+ #7

Merged
merged 1 commit into from
Apr 24, 2020
Merged

Fix DeprecationWarning for Python 3.9+ #7

merged 1 commit into from
Apr 24, 2020

Conversation

FredHappyface
Copy link
Contributor

Tasks

  • - Fix DeprecationWarning in collections so this library will support Python 3.9+

Details

Changed collections.Mapping and collections.Sequence to collections.abc.Mapping and collections.abc.Sequence

Rationale

Python 3.9 is still a while off but when it hits namedlist.py will be incompatible due to collections. Given that the fix is a rather small one I thought it best to make the changes and combine the issue here

Hope this is found to be useful 😄

@addisonElliott addisonElliott merged commit e629080 into addisonElliott:master Apr 24, 2020
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.

2 participants