Skip to content

Commit fee60af

Browse files
authored
Merge branch 'main' into exp-pb-v-3-3-6-db-1-42-2
2 parents 1c39218 + eb1891c commit fee60af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+435
-1443
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:f016446d6e520e5fb552c45b110cba3f217bffdd3d06bdddd076e9e6d13266cf
17-
# created: 2025-02-21T19:32:52.01306189Z
16+
digest: sha256:5581906b957284864632cde4e9c51d1cc66b0094990b27e689132fe5cd036046
17+
# created: 2025-03-05

.github/sync-repo-settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ branchProtectionRules:
1111
- 'cla/google'
1212
- 'docs'
1313
- 'lint'
14-
- 'unit (3.8)'
1514
- 'unit (3.9)'
1615
- 'unit (3.10)'
1716
- 'unit (3.11)'
1817
- 'unit (3.12)'
18+
- 'unit (3.13)'
1919
- 'cover'
2020
permissionRules:
2121
- team: actools-python

.github/workflows/compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python: ['3.12']
11+
python: ['3.13']
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python: ['3.12']
32+
python: ['3.13']
3333
steps:
3434
- name: Checkout
3535
uses: actions/checkout@v4

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.8"
15+
python-version: "3.10"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel

.github/workflows/unittest.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ on:
55
name: unittest
66
jobs:
77
unit:
8-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
9-
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
10-
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
11-
runs-on: ubuntu-22.04
8+
# Use `ubuntu-latest` runner.
9+
runs-on: ubuntu-latest
1210
strategy:
1311
matrix:
14-
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
12+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
1513
steps:
1614
- name: Checkout
1715
uses: actions/checkout@v4
@@ -39,7 +37,7 @@ jobs:
3937
runs-on: ubuntu-latest
4038
strategy:
4139
matrix:
42-
python: ['3.12']
40+
python: ['3.13']
4341
steps:
4442
- name: Checkout
4543
uses: actions/checkout@v4
@@ -67,7 +65,7 @@ jobs:
6765
runs-on: ubuntu-latest
6866
strategy:
6967
matrix:
70-
python: ['3.12']
68+
python: ['3.13']
7169
steps:
7270
- name: Checkout
7371
uses: actions/checkout@v4
@@ -103,7 +101,7 @@ jobs:
103101
- name: Setup Python
104102
uses: actions/setup-python@v5
105103
with:
106-
python-version: "3.8"
104+
python-version: "3.9"
107105
- name: Install coverage
108106
run: |
109107
python -m pip install --upgrade setuptools pip wheel

.kokoro/docker/docs/Dockerfile

Lines changed: 0 additions & 89 deletions
This file was deleted.

.kokoro/docker/docs/requirements.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)