Skip to content

Compatibility issue with Python 3.7 #116

Closed
@AiOO

Description

@AiOO

Since the typing module in Python 3.7 doesn't have TupleMeta class, AttributeError occurs by below line . To support Python 3.7 it should be fixed.

elif type(cls) is typing.TupleMeta:

relative commit: python/cpython@d911e40#diff-015978a768b517a38abbc0ecdea87f5a

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