Skip to content

Drop support for Python 3.9 #247

@msto

Description

@msto

Summary

This issue is forward-looking to the end of Python 3.9 support in October 2025.

Python 3.10 Features

Dropping support for Python 3.9 will give us access to the following Python 3.10 features:

  1. Structural Pattern Matching (match-case statements)
  2. Parenthesized context managers (e.g. with (in_path.open() as fin, out_path.open() as fout))
  3. Length-Checking in zip() (i.e. zip(..., strict=True))
  4. Writing Union Types as X | Y
  5. typing.TypeGuard and typing.TypeAlias (both available to Python 3.9 through typing_extensions)

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