Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tox: run mypy against the minimum supported Python 3 minor version
This ensures typing is right on Python 3 conditional branches. Currently, we could have code that isn't compatible with Python 3 minor version lower than Python 3.8. Running against the minimum supported version ensures everything is checked correctly on older versions. Signed-off-by: Filipe Laíns <lains@riseup.net>
- Loading branch information