mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Add python310 marker to test requirements for pytype (#6805)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
mypy==0.930
|
||||
pytype==2021.11.29; platform_system != "Windows"
|
||||
pytype==2021.11.29; platform_system != "Windows" and python_version < "3.10"
|
||||
# must match .pre-commit-config.yaml
|
||||
black==21.12b0
|
||||
flake8==4.0.1
|
||||
|
||||
Reference in New Issue
Block a user