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
Similar to last year (#15566), start by dropping support for runningmypy with Python 3.8.Users will still be able to type check 3.8 code with `--python-version3.8` until typeshed drops the support for it.It's a bit early as the EOL for Python 3.8 is in ~3 months. However,since the branch for `1.11.0` has been cut already, we'd only drop thesupport with `1.12.0` which isn't due for another 1-2 months.Additionally dropping `3.8` now will make it easier to support `3.13`with its C-API changes and also give us enough time to cleanup theremaining 3.8 code blocks and documentation references.---------Co-authored-by: Ali Hamdan <ali.hamdan.dev@gmail.com>