Update pytype to 2024.09.13 and Python 3.12 (#12653)

This commit is contained in:
Jan Kühle
2024-09-13 14:01:46 +02:00
committed by GitHub
parent d326c9bd42
commit 99f6238b91
4 changed files with 7 additions and 7 deletions

View File

@@ -41,8 +41,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
# Max supported Python version as of pytype 2024.2.27.
python-version: "3.11"
# Max supported Python version as of pytype 2024.9.13.
python-version: "3.12"
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- run: uv pip install -r requirements-tests.txt --system