pytype now supports Python 3.10 (#7700)

This commit is contained in:
Sebastian Rittau
2022-04-27 10:59:34 +02:00
committed by GitHub
parent d0990a0487
commit 54c8f45869
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.10"
- run: pip install -r requirements-tests.txt
- run: ./tests/pytype_test.py --print-stderr