Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use lowest supported Python version for checks
We should do formatting, linting, testing, and so on against the lowest Python version that we intend to support. We want to make sure we do not introduce unsupported Python syntax. Because Python is generally backwards-compatible this should be good enough to check against lowest version.
- Loading branch information