mypy_test.py: Fix argument-parsing for --python-version (#8134)

* mypy_test.py: Fix argument-parsing for `--python-version`

* Bump min version required in the README
This commit is contained in:
Alex Waygood
2022-06-22 15:08:56 +01:00
committed by GitHub
parent a527bf27d5
commit 09141ec3dc
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ in the `CONTRIBUTING.md` document. In particular, we recommend running with Pyth
## mypy\_test.py
This test requires Python 3.7+. Run using:
This test requires Python 3.8+. Run using:
```
(.venv3)$ python3 tests/mypy_test.py
```