Skip to content

Python version deprecation tracking #677

@MarkZH

Description

@MarkZH

This issue is for discussing the scheduling and motivations for deprecating old Python versions.

Deprecating 3.8 (May 1, 2023)

  • Drop support for Python 3.8 #685
  • Finish type hinting with Queue.
  • Use builtin types for hinting (list and dict instead of List and Dict, for example) to reduce the occurrences of from typing import ....

Deprecating 3.9 (Oct. 2025)

Deprecating 3.10 (Oct. 2026)

Deprecating 3.11 (Oct. 2027)

  • Use type instead of TypeAlias, to change MOVE: TypeAlias = Union[PlayResult, list[Move]] to type MOVE = Union[PlayResult, list[Move]].
  • Change nested f-strings to only use double quotes (see here).

Deprecating 3.12 (Oct. 2028)

  • Use ReadOnly in TypedDict
  • Possibly support iOS and android.

Deprecating 3.13 (Oct. 2029)

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