From de3def663b75d8b9ae1e5d548364c960ff13af8f Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Thu, 2 Jan 2025 18:06:04 -0500 Subject: [PATCH] chore(python): Update the python version in docs presubmit to use 3.10 (#2045) chore(python): Update the python version in docs to use 3.10 --- .../gcp/templates/python_library/.github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/python_library/.github/workflows/docs.yml b/synthtool/gcp/templates/python_library/.github/workflows/docs.yml index 698fbc5c9..2833fe98f 100644 --- a/synthtool/gcp/templates/python_library/.github/workflows/docs.yml +++ b/synthtool/gcp/templates/python_library/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.10" - name: Install nox run: | python -m pip install --upgrade setuptools pip wheel