From 692e01c8f8d71e620aca832b16bcd64ed40d2b7c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 00:23:42 +0000 Subject: [PATCH] Update dependency python to 3.13 --- .github/workflows/meta_tests.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/meta_tests.yml b/.github/workflows/meta_tests.yml index dd368ed0cdde..2b5c85f12ac1 100644 --- a/.github/workflows/meta_tests.yml +++ b/.github/workflows/meta_tests.yml @@ -55,7 +55,7 @@ jobs: with: # TODO: Since pytype is not available for Python 3.13, and # pytype_test.py imports pytype, we need to use Python 3.12 for now. - python-version: "3.12" + python-version: "3.13" - run: curl -LsSf https://astral.sh/uv/install.sh | sh - run: uv pip install -r requirements-tests.txt --system - name: Run pyright on typeshed diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5031b000ddb5..d401c1f6ca11 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-python@v5 with: # Max supported Python version as of pytype 2024.10.11 - python-version: "3.12" + python-version: "3.13" - uses: astral-sh/setup-uv@v5 - run: uv pip install -r requirements-tests.txt --system - name: Install external dependencies for 3rd-party stubs @@ -81,7 +81,7 @@ jobs: with: # Use py311 for now, as py312 seems to be around 30s slower in CI # TODO: figure out why that is (#11590) - python-version: "3.11" + python-version: "3.13" - run: curl -LsSf https://astral.sh/uv/install.sh | sh - run: uv pip install -r requirements-tests.txt --system - run: python ./tests/regr_test.py --all --verbosity QUIET