Skip to content

24.6.0

Latest
Compare
Choose a tag to compare
@AlexWaygood AlexWaygood released this 12 Jun 10:18
· 3 commits to main since this release
f99a1b1

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 using typing.TypeVar.
  • Reduce false positives from Y052 in relation to enum subclasses.

Other changes

  • Declare support for Python 3.13