Run pytype_test in Python 3.11. (#10903)

As of version 2023.10.17, pytype now supports 3.11.
This commit is contained in:
Rebecca Chen
2023-10-18 00:44:14 +01:00
committed by GitHub
parent dc3cc9578b
commit 1ecaab1641
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ flake8-pyi==23.10.0 # must match .pre-commit-config.yaml
isort==5.12.0 # must match .pre-commit-config.yaml
mypy==1.5.1
pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
pytype==2023.10.5; platform_system != "Windows" and python_version < "3.11"
pytype==2023.10.17; platform_system != "Windows" and python_version < "3.12"
ruff==0.1.0 # must match .pre-commit-config.yaml
# Libraries used by our various scripts.