Skip to content

Not compatible with python 3.10 #210

@IanBoden

Description

@IanBoden

MustableSequence in collections was deprecated in Python 3.3 and has been removed in 3.10 so will need to update:

from collections import defaultdict, MutableSequence

The suggested soltuion is to import it from collections.abc instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions