mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
pytype now supports Python 3.10 (#7700)
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user