Python 3.13 Release Notes ((exclusive)) -

@dataclass(frozen=True) class Person: name: str age: int

Python 3.13 introduces a new exception handling mechanism that provides more detailed and informative error messages. The new except* syntax allows for more precise exception handling, making it easier to write robust and error-free code. python 3.13 release notes