python / mypy

Optional static typing for Python
https://www.mypy-lang.org/
Other
17.93k stars 2.75k forks source link

Add PyPy-based self check to CI once 3.8 is available #11357

Open ethanhs opened 2 years ago

ethanhs commented 2 years ago

In https://github.com/python/mypy/pull/11350 I made it possible for mypy to run on PyPy, we should add a simple check this doesn't regress.

mattip commented 2 years ago

It should already be available as pypy-3.8 in the setup-python github action