Skip to content

Commit b4d6c1f

Browse files
authored
Update Python 3.13
1 parent b166565 commit b4d6c1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/parallel_build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.13'
2020
- name: Install dependencies
2121
run: bash ./tools/prepare-ci.sh
2222
- name: Get current branch
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Python
4141
uses: actions/setup-python@v5
4242
with:
43-
python-version: '3.11'
43+
python-version: '3.13'
4444
- name: Install dependencies
4545
run: bash ./tools/prepare-ci.sh
4646
- name: Build slave firmware
@@ -60,7 +60,7 @@ jobs:
6060
- name: Set up Python
6161
uses: actions/setup-python@v5
6262
with:
63-
python-version: '3.11'
63+
python-version: '3.13'
6464
- name: Download build artifacts
6565
uses: actions/download-artifact@v4
6666
with:

0 commit comments

Comments
 (0)