typeshed
typeshed copied to clipboard
[CI] Remove hack to run mypy for Python 3.14
it looks like we might be spending a looooong time building some third-party-stub non-types dependencies from source as part of mypy_test.py if we run it on Python 3.14...
it looks like we might be spending a looooong time building some third-party-stub non-types dependencies from source as part of
mypy_test.pyif we run it on Python 3.14...
Not terribly surprising, but that's still a problem, so keeping this as a draft for now.
Superseded by #14651