Skip to content

Commit adc9eca

Browse files
committed
chore(deps): update all dependencies
1 parent 8907319 commit adc9eca

File tree

2 files changed

+282
-252
lines changed

2 files changed

+282
-252
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Use python 3.10 for docs to match the version for the sphinx plugin
2828
# https://github.com/googleapis/synthtool/pull/1891
2929
with:
30-
python-version: "3.10"
30+
python-version: "3.13"
3131
cache: 'pip'
3232
- name: Install nox.
3333
run: python -m pip install nox
@@ -42,7 +42,7 @@ jobs:
4242
# Use python 3.10 for docs to match the version for the sphinx plugin
4343
# https://github.com/googleapis/synthtool/pull/1891
4444
with:
45-
python-version: "3.10"
45+
python-version: "3.13"
4646
cache: 'pip'
4747
- name: Install nox.
4848
run: python -m pip install nox
@@ -77,7 +77,7 @@ jobs:
7777

7878
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
7979
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
80-
runs-on: ubuntu-22.04
80+
runs-on: ubuntu-24.04
8181
steps:
8282
- uses: actions/checkout@v4
8383
- name: Set up Python "${{ matrix.python }}"
@@ -169,7 +169,7 @@ jobs:
169169

170170
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
171171
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
172-
runs-on: ubuntu-22.04
172+
runs-on: ubuntu-24.04
173173
steps:
174174
- uses: actions/checkout@v4
175175
- name: Set up Python "${{ matrix.python }}"
@@ -273,7 +273,7 @@ jobs:
273273

274274
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
275275
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
276-
runs-on: ubuntu-22.04
276+
runs-on: ubuntu-24.04
277277
steps:
278278
- uses: actions/checkout@v4
279279
- name: Set up Python ${{ matrix.python }}
@@ -298,7 +298,7 @@ jobs:
298298

299299
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
300300
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
301-
runs-on: ubuntu-22.04
301+
runs-on: ubuntu-24.04
302302
steps:
303303
- uses: actions/checkout@v4
304304
- name: Set up Python ${{ matrix.python }}

0 commit comments

Comments
 (0)