Skip to content

Commit a2a3f45

Browse files
ohmayrparthea
andauthored
chore(librarian): onboard to librarian (#1120)
This PR onboards `google-cloud-firestore` to librarian. Blocked on googleapis/python-firestore#1061. Fixes googleapis/librarian#2458 🦕 --------- Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent dd63dbe commit a2a3f45

File tree

27 files changed

+1093
-219
lines changed

27 files changed

+1093
-219
lines changed

packages/google-cloud-firestore/.github/.OwlBot.lock.yaml

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

packages/google-cloud-firestore/.github/.OwlBot.yaml

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

packages/google-cloud-firestore/.github/auto-approve.yml

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

packages/google-cloud-firestore/.github/release-please.yml

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

packages/google-cloud-firestore/.github/release-trigger.yml

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

packages/google-cloud-firestore/.github/sync-repo-settings.yaml

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

packages/google-cloud-firestore/.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.13"
15+
python-version: "3.14"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel

packages/google-cloud-firestore/.github/workflows/mypy.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.13"
15+
python-version: "3.14"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel

packages/google-cloud-firestore/.github/workflows/system_emulated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.13'
20+
python-version: '3.14'
2121

2222
# firestore emulator requires java 21+
2323
- name: Setup Java

packages/google-cloud-firestore/.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Python
4646
uses: actions/setup-python@v5
4747
with:
48-
python-version: "3.13"
48+
python-version: "3.14"
4949
- name: Install coverage
5050
run: |
5151
python -m pip install --upgrade setuptools pip wheel

0 commit comments

Comments
 (0)