Skip to content

Commit ffe6cf2

Browse files
authored
Bump Python version from 3.7 to 3.11 in GitHub Actions workflows (#14301)
1 parent f53dfc3 commit ffe6cf2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/firestore-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- uses: actions/setup-python@v5
7373
with:
74-
python-version: '3.7'
74+
python-version: '3.11'
7575

7676
- name: Install Secret GoogleService-Info.plist
7777
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/firestore-nightly.plist.gpg \

.github/workflows/firestore.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
name: firestore
1616

1717
on:
18+
workflow_dispatch:
1819
pull_request:
1920
schedule:
2021
# Run every day at 12am (PST) - cron uses UTC times
@@ -311,7 +312,7 @@ jobs:
311312
312313
- uses: actions/setup-python@v5
313314
with:
314-
python-version: '3.7'
315+
python-version: '3.11'
315316

316317
- name: Setup build
317318
run: scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake

0 commit comments

Comments
 (0)