Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test.yml: Rely on .python-version for version
`actions/setup-python@v4` supports reading the desired Python version from a `.python-version` file, so this way the two versions won't get out-of-sync. This is motived because Python 3.8.18 and 3.8.19 have different error messages for pyright tests being run, so the Python version should match exactly between the two.
- Loading branch information