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

View File

@@ -1,5 +1,5 @@
mypy==0.942
pytype==2022.4.26; platform_system != "Windows" and python_version < "3.10"
pytype==2022.4.26; platform_system != "Windows"
# must match .pre-commit-config.yaml
black==22.3.0
flake8==4.0.1