Skip to content

Support Python 3.10 and ensure that new type hints works #87

@aaltat

Description

@aaltat

3.10 brings new way to present type hints. Make sure that example this works:

def func(arg: list[int] | list[str]):
    ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions