Skip to content

Make compatible with python 3.8 and 3.9 #11

@fralau

Description

@fralau

The problem is with type hints.

Stick to type hinting and syntax that works in 3.8:

✅ Use typing.List, typing.Dict, typing.Optional, etc.

🚫 Avoid list[str], int | None

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions