Python 3.13 News November 2025 -

# Generic function (PEP 695) def first[T](items: list[T]) -> T: return items[0]

Status: Enabled by default on x86-64 and ARM64 python 3.13 news november 2025