Skip to content

Drop Python 3.8 support #291

@DavidRomanovizc

Description

@DavidRomanovizc

What feature should we add?

Python 3.8 is EOL, So I think we need to drop Python 3.8 from version supported.

When we drop Python 3.8, we can use generic type-alias which are added in Python 3.9:

  • PEP 585: e.g. typing.List[T] -> list[T], typing.Dict[KT, VT] -> dict[KT, VT], typing.Type[T] -> type[T]

If others agree, I can work on this :)

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