5959 # Use python 3.10 for docs to match the version for the sphinx plugin
6060 # https://github.com/googleapis/synthtool/pull/1891
6161 with :
62- python-version : " 3.10 "
62+ python-version : " 3.13 "
6363 cache : ' pip'
6464 - name : Install nox.
6565 run : python -m pip install nox
7474 # Use python 3.10 for docs to match the version for the sphinx plugin
7575 # https://github.com/googleapis/synthtool/pull/1891
7676 with :
77- python-version : " 3.10 "
77+ python-version : " 3.13 "
7878 cache : ' pip'
7979 - name : Install nox.
8080 run : python -m pip install nox
@@ -115,7 +115,7 @@ jobs:
115115
116116 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
117117 # Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
118- runs-on : ubuntu-22 .04
118+ runs-on : ubuntu-24 .04
119119 steps :
120120 - uses : actions/checkout@v5
121121 - name : Set up Python "${{ matrix.python }}"
@@ -208,7 +208,7 @@ jobs:
208208
209209 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
210210 # Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
211- runs-on : ubuntu-22 .04
211+ runs-on : ubuntu-24 .04
212212 steps :
213213 - uses : actions/checkout@v5
214214 - name : Set up Python "${{ matrix.python }}"
@@ -314,7 +314,7 @@ jobs:
314314 python : ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
315315 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
316316 # Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
317- runs-on : ubuntu-22 .04
317+ runs-on : ubuntu-24 .04
318318 steps :
319319 - uses : actions/checkout@v5
320320 - name : Set up Python ${{ matrix.python }}
@@ -340,7 +340,7 @@ jobs:
340340 variant : ['', _alternative_templates]
341341 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
342342 # Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
343- runs-on : ubuntu-22 .04
343+ runs-on : ubuntu-24 .04
344344 steps :
345345 - uses : actions/checkout@v5
346346 - name : Set up Python ${{ matrix.python }}
0 commit comments