Add python310 marker to test requirements for pytype (#6805)

This commit is contained in:
Nipunn Koorapati
2022-01-04 00:59:26 -08:00
committed by GitHub
parent b22f29bec1
commit 23e9d87853

View File

@@ -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