[TODO] Run MyPy against multiple Pythons #2144
Labels
enhancement
Improvements to functionality
maintenance
Related to maintenance processes
PR wanted
Feature is discussed or bug is confirmed, PR needed
refactor
Refactoring code
tests
Testing and related things
The current MyPy invocation is happening under the supposedly lowest supported version Python. But it may behave differently if checked against newer versions. I typically implement testing against every other version or lowest+highest at least.
The actual invocation runtime can be newer as there's a CLI flag for controlling this.
The text was updated successfully, but these errors were encountered: