Skip to content

Commit cf02f16

Browse files
authored
Update Python version to 3.9, minimum supported on Ubuntu 24.04. (#7086)
1 parent be2b6ed commit cf02f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-cpp-sdk-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup python
5454
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
5555
with:
56-
python-version: 3.7
56+
python-version: 3.9
5757

5858
- name: Check out firebase-cpp-sdk
5959
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)