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.10 compat #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

python 3.10 compat #40

wants to merge 1 commit into from

Conversation

exterm
Copy link

@exterm exterm commented Mar 9, 2023

No description provided.

@mvarnold
Copy link

mvarnold commented Aug 14, 2023

For backwards compatibility, would recommend changing the import to something like this, rather than accessing the module on line 156.

try:
    from collections.abc import Mapping
except ImportError:
    from collections import Mapping

@exterm
Copy link
Author

exterm commented Nov 4, 2023

Fixed.

@exterm
Copy link
Author

exterm commented Feb 26, 2024

@mvarnold

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.

None yet

2 participants