Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install prerequisites
run: python scripts/gha/install_prereqs_desktop.py
- name: log clang format version
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install prerequisites
run: |
python scripts/gha/install_prereqs_desktop.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks_secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: steps.check.outputs.has-permission != 1 || github.event.pull_request.head.repo.full_name != github.repository
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install prerequisites
if: steps.check.outputs.has-permission != 1 || github.event.pull_request.head.repo.full_name != github.repository
run: pip install -r scripts/gha/python_requirements.txt
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/cpp-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- name: Fetch and build binutils
run: |
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- name: install prerequisites
run: sdk-src/build_scripts/ios/install_prereqs.sh
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
architecture: ["x64", "x86", "arm64"]
msvc_runtime: ["static", "dynamic"]
linux_abi: ["legacy", "c++11"]
python_version: [3.8]
python_version: [3.9]
include:
- os: windows-latest
vcpkg_triplet_suffix: "windows-static"
Expand Down Expand Up @@ -535,7 +535,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- name: Install prerequisites
run: |
Expand Down Expand Up @@ -854,7 +854,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'
- name: Use expanded matrix
if: github.event_name == 'schedule' || github.event.inputs.use_expanded_matrix == '1'
run: |
Expand Down Expand Up @@ -923,7 +923,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install python deps
run: pip install -r scripts/gha/python_requirements.txt
# The default token can't run workflows, so get an alternate token.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ env:
triggerLabelPrefix: "tests-requested: "
triggerLabelFull: "tests-requested: full"
triggerLabelQuick: "tests-requested: quick"
pythonVersion: '3.8'
pythonVersion: '3.9'
xcodeVersion: '16.2'
logArtifactRetentionDays: 90
binaryArtifactRetentionDays: 7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
architecture: "arm64"

- name: Install prerequisites
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9
- name: Install prerequisites
run: |
cd firebase
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/retry-test-failures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- name: Check out base branch
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-feature-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- uses: actions/checkout@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions scripts/gha/print_matrix_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"architecture": ["x64", "x86", "arm64"],
"msvc_runtime": ["static","dynamic"],
"xcode_version": ["16.2"],
"python_version": ["3.8"],
"python_version": ["3.9"],

EXPANDED_KEY: {
"os": ["ubuntu-22.04", "macos-14", "windows-latest"],
Expand All @@ -91,7 +91,7 @@
"matrix": {
"os": ["ubuntu-22.04", "macos-14", "windows-latest"],
"architecture": ["x64", "arm64"],
"python_version": ["3.8"],
"python_version": ["3.9"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Updating the Python version here, but it's crucial to ensure this change is reflected and tested across all relevant workflows that depend on Python. Verify that all workflows are compatible with Python 3.9 and that no regressions are introduced due to this update.

Consider adding a test case to specifically check the Python version used in the workflows.


EXPANDED_KEY: {
"os": ["ubuntu-22.04", "macos-14", "windows-latest"]
Expand Down
Loading