65
65
# Use python 3.10 for docs to match the version for the sphinx plugin
66
66
# https://github.com/googleapis/synthtool/pull/1891
67
67
with :
68
- python-version : " 3.10 "
68
+ python-version : " 3.14 "
69
69
cache : ' pip'
70
70
- name : Install nox.
71
71
run : python -m pip install nox
80
80
# Use python 3.10 for docs to match the version for the sphinx plugin
81
81
# https://github.com/googleapis/synthtool/pull/1891
82
82
with :
83
- python-version : " 3.10 "
83
+ python-version : " 3.14 "
84
84
cache : ' pip'
85
85
- name : Install nox.
86
86
run : python -m pip install nox
@@ -121,7 +121,7 @@ jobs:
121
121
122
122
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
123
123
# 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
125
125
steps :
126
126
- uses : actions/checkout@v5
127
127
- name : Set up Python "${{ matrix.python }}"
@@ -214,7 +214,7 @@ jobs:
214
214
215
215
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
216
216
# 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
218
218
steps :
219
219
- uses : actions/checkout@v5
220
220
- name : Set up Python "${{ matrix.python }}"
@@ -320,7 +320,7 @@ jobs:
320
320
python : ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
321
321
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
322
322
# 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
324
324
steps :
325
325
- uses : actions/checkout@v5
326
326
- name : Set up Python ${{ matrix.python }}
@@ -346,7 +346,7 @@ jobs:
346
346
variant : ['', _alternative_templates]
347
347
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
348
348
# 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
350
350
steps :
351
351
- uses : actions/checkout@v5
352
352
- name : Set up Python ${{ matrix.python }}
0 commit comments