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: change the collections import from collections to six.moves import collections_abc #293

Closed

Conversation

idefixcert
Copy link

@idefixcert idefixcert commented Mar 13, 2023

The problem we face is, the collections does no longer include MutableSequence, it is moved to collections_abc.
The six package has a fix for that.
from six.moves import collections_abc

This pull request makes the library also usable with python 3.10

…mport collections_abc`

this makes the library also usable with python 3.11
@idefixcert
Copy link
Author

@robshakir is it possible to accept the pull request and build a new version?

@xavier-contreras
Copy link
Collaborator

Hello, I'll be closing this PR in favor of #291

We'll merge that as soon as we clear up some housekeeping. Thanks for noticing and proposing a fix though!

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