Skip to content

Commit

Permalink
pytype now supports Python 3.10 (#7700)
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau authored Apr 27, 2022
1 parent d0990a0 commit 54c8f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 54c8f45

Please sign in to comment.