Skip to content

Compatibility with Python 3.9.#34

Open
thmo wants to merge 1 commit intodmeranda:masterfrom
thmo:python39
Open

Compatibility with Python 3.9.#34
thmo wants to merge 1 commit intodmeranda:masterfrom
thmo:python39

Conversation

@thmo
Copy link

@thmo thmo commented Feb 23, 2020

In Python 3.9+, the ABCs have to be imported from 'collections.abc'
instead of from 'collections'.

Fixes #33.

In Python 3.9+, the ABCs have to be imported from 'collections.abc'
instead of from 'collections'.

Fixes dmeranda#33.
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.

Importing ABC directly from collections module was removed in Python 3.9

2 participants