Skip to content

importing ABCs 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and fails in 3.10 #9

@feenes

Description

@feenes

when trying to use minibelt with python 3.10 following error occurs:

:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
from collections import MutableSet

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions