mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 16:24:03 +08:00
b20e5b6c14
This runs mypy both with Python 3.7 and 3.8. In Python 3.8, mypy switched from using typed-ast to using Python's built-in ast. This patch ensures that both are tested.