6565 # Use python 3.10 for docs to match the version for the sphinx plugin
6666 # https://github.com/googleapis/synthtool/pull/1891
6767 with :
68- python-version : " 3.10 "
68+ python-version : " 3.14 "
6969 cache : ' pip'
7070 - name : Install nox.
7171 run : python -m pip install nox
8080 # Use python 3.10 for docs to match the version for the sphinx plugin
8181 # https://github.com/googleapis/synthtool/pull/1891
8282 with :
83- python-version : " 3.10 "
83+ python-version : " 3.14 "
8484 cache : ' pip'
8585 - name : Install nox.
8686 run : python -m pip install nox
@@ -121,7 +121,7 @@ jobs:
121121
122122 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
123123 # Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
124- runs-on : ubuntu-22 .04
124+ runs-on : ubuntu-24 .04
125125 steps :
126126 - uses : actions/checkout@v5
127127 - name : Set up Python "${{ matrix.python }}"
@@ -214,7 +214,7 @@ jobs:
214214
215215 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
216216 # Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
217- runs-on : ubuntu-22 .04
217+ runs-on : ubuntu-24 .04
218218 steps :
219219 - uses : actions/checkout@v5
220220 - name : Set up Python "${{ matrix.python }}"
@@ -320,7 +320,7 @@ jobs:
320320 python : ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
321321 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
322322 # Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
323- runs-on : ubuntu-22 .04
323+ runs-on : ubuntu-24 .04
324324 steps :
325325 - uses : actions/checkout@v5
326326 - name : Set up Python ${{ matrix.python }}
@@ -346,7 +346,7 @@ jobs:
346346 variant : ['', _alternative_templates]
347347 # TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
348348 # Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
349- runs-on : ubuntu-22 .04
349+ runs-on : ubuntu-24 .04
350350 steps :
351351 - uses : actions/checkout@v5
352352 - name : Set up Python ${{ matrix.python }}
0 commit comments