Skip to content

Commit 54c8f45

Browse files
authored
pytype now supports Python 3.10 (#7700)
1 parent d0990a0 commit 54c8f45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v2
4646
- uses: actions/setup-python@v2
4747
with:
48-
python-version: 3.9
48+
python-version: "3.10"
4949
- run: pip install -r requirements-tests.txt
5050
- run: ./tests/pytype_test.py --print-stderr
5151

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mypy==0.942
2-
pytype==2022.4.26; platform_system != "Windows" and python_version < "3.10"
2+
pytype==2022.4.26; platform_system != "Windows"
33
# must match .pre-commit-config.yaml
44
black==22.3.0
55
flake8==4.0.1

0 commit comments

Comments
 (0)