Commit 00b1f5d
committed
ci: Ensure mypy is run with Python 3.8
Because mypy needs to parse not just our code but also the code of the
libraries our code depends upon, we can't reliably run mypy in a Python
3.10 environment and tell it to check our code for Python 3.8 type
correctness, because we might install a version of one of our
dependencies with Python 3.10 syntax in it that mypy will fail to parse.
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>1 parent 044529f commit 00b1f5d
1 file changed
Lines changed: 1 addition & 1 deletion
0 commit comments