From 009b0f07a86736127fd34dbdaed0f9c4e5187956 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 14 Apr 2025 14:11:06 -0400 Subject: [PATCH] build: use python 3.13 for lint session --- .github/workflows/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b6d41ad74921..7161c73fd67a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: "3.13" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel @@ -34,13 +34,11 @@ jobs: env: BUILD_TYPE: presubmit TEST_TYPE: lint - PY_VERSION: "3.10" run: | ci/run_conditional_tests.sh - name: Run lint_setup_py env: BUILD_TYPE: presubmit TEST_TYPE: lint_setup_py - PY_VERSION: "3.10" run: | ci/run_conditional_tests.sh