Skip to content

Commit 661a54f

Browse files
committed
ci: when testing, install python 3.12, required by zephyr now
Zephyr now requires python 3.12, so install this version when testing the SDK. Signed-off-by: Anas Nashif <[email protected]>
1 parent 73a11dc commit 661a54f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,9 +1313,9 @@ jobs:
13131313
if: ${{ runner.os == 'Windows' }}
13141314
uses: actions/setup-python@v5
13151315
with:
1316-
# Force Python 3.10 because the twister is not compatible with a Python
1317-
# version lower than 3.8 on Windows.
1318-
python-version: '3.10'
1316+
# Force Python 3.12, which is the minimum Python version supported by
1317+
# Zephyr and intended to be used with Zephyr SDK.
1318+
python-version: '3.12'
13191319

13201320
- name: Set up test environment (Linux)
13211321
if: ${{ runner.os == 'Linux' }}

picolibc

0 commit comments

Comments
 (0)