8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0990a0 commit 54c8f45Copy full SHA for 54c8f45
.github/workflows/tests.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: actions/checkout@v2
46
- uses: actions/setup-python@v2
47
with:
48
- python-version: 3.9
+ python-version: "3.10"
49
- run: pip install -r requirements-tests.txt
50
- run: ./tests/pytype_test.py --print-stderr
51
requirements-tests.txt
@@ -1,5 +1,5 @@
1
mypy==0.942
2
-pytype==2022.4.26; platform_system != "Windows" and python_version < "3.10"
+pytype==2022.4.26; platform_system != "Windows"
3
# must match .pre-commit-config.yaml
4
black==22.3.0
5
flake8==4.0.1
0 commit comments