From 5bd747570dc3d86e51a246b216113d0b9a856006 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Fri, 12 Nov 2021 22:26:22 +0100 Subject: [PATCH] Update Python version for pytype (#6288) --- tests/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/README.md b/tests/README.md index 579cd32ea..8f42d394e 100644 --- a/tests/README.md +++ b/tests/README.md @@ -35,10 +35,9 @@ You can restrict mypy tests to a single version by passing `-p2` or `-p3.9`: ## pytype\_test.py -This test requires Python 2.7 and Python 3.6. Pytype will find these -automatically if they're in `PATH`. Note: this test cannot be run on Windows -systems unless you are using Windows Subsystem for Linux. Pytype also does not -yet fully support Python 3.10. +This test requires Python between 3.6 and 3.9. +Note: this test cannot be run on Windows +systems unless you are using Windows Subsystem for Linux. Run using: ```