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

Add support for python 3.10 #191

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

Conversation

AlexGhiti
Copy link

Use 'collections.abc' instead of 'collections' since python 3.10 does not accept
this syntax anymore, it has been deprecated since python 3.3.

Signed-off-by: Alexandre Ghiti [email protected]

Use 'collections.abc' instead of 'collections' since python 3.10 does not accept
this syntax anymore, it has been deprecated since python 3.3.

Signed-off-by: Alexandre Ghiti <[email protected]>
@Jimimaku
Copy link

Verwenden Sie 'collections.abc' anstelle von 'collections', da Python 3.10 diese Syntax nicht mehr akzeptiert, sie ist seit Python 3.3 veraltet.

Abgemeldet: Alexandre Ghiti[email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants