59
59
# Use python 3.10 for docs to match the version for the sphinx plugin
60
60
# https://github.com/googleapis/synthtool/pull/1891
61
61
with :
62
- python-version : " 3.10 "
62
+ python-version : " 3.13 "
63
63
cache : ' pip'
64
64
- name : Install nox.
65
65
run : python -m pip install nox
74
74
# Use python 3.10 for docs to match the version for the sphinx plugin
75
75
# https://github.com/googleapis/synthtool/pull/1891
76
76
with :
77
- python-version : " 3.10 "
77
+ python-version : " 3.13 "
78
78
cache : ' pip'
79
79
- name : Install nox.
80
80
run : python -m pip install nox
@@ -115,7 +115,7 @@ jobs:
115
115
116
116
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
117
117
# 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
119
119
steps :
120
120
- uses : actions/checkout@v5
121
121
- name : Set up Python "${{ matrix.python }}"
@@ -208,7 +208,7 @@ jobs:
208
208
209
209
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
210
210
# 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
212
212
steps :
213
213
- uses : actions/checkout@v5
214
214
- name : Set up Python "${{ matrix.python }}"
@@ -314,7 +314,7 @@ jobs:
314
314
python : ${{ fromJSON(needs.all_python_setup.outputs.all_python) }}
315
315
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
316
316
# 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
318
318
steps :
319
319
- uses : actions/checkout@v5
320
320
- name : Set up Python ${{ matrix.python }}
@@ -340,7 +340,7 @@ jobs:
340
340
variant : ['', _alternative_templates]
341
341
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
342
342
# 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
344
344
steps :
345
345
- uses : actions/checkout@v5
346
346
- name : Set up Python ${{ matrix.python }}
0 commit comments