You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is supposed to track when we can start to use the improved generics syntax introduced in Python 3.12 (PEP 695 in typeshed. Support is needed in released versions of:
mypy
pytype
pyright
pyre
PyCharm (optional)
As this is a syntax change, it's unlikely that we can add support before mypy drops support for running under Python 3.11 and below.
This issue is supposed to track when we can start to use the improved generics syntax introduced in Python 3.12 (PEP 695 in typeshed. Support is needed in released versions of:
As this is a syntax change, it's unlikely that we can add support before mypy drops support for running under Python 3.11 and below.
Example from the PEP:
The text was updated successfully, but these errors were encountered: