24.6.0
Bugfixes
- Allow the use of
typing_extensions.TypeVar
in stubs.typing_extensions.TypeVar
has the default parameter, which only exists on Python 3.13+ when usingtyping.TypeVar
. - Reduce false positives from Y052 in relation to enum subclasses.
Other changes
- Declare support for Python 3.13