Skip to content

Commit dd6d6f7

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 dd6d6f7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,12 +1310,11 @@ jobs:
13101310

13111311
steps:
13121312
- name: Set up Python
1313-
if: ${{ runner.os == 'Windows' }}
13141313
uses: actions/setup-python@v5
13151314
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'
1315+
# Force Python 3.12, which is the minimum Python version supported by
1316+
# Zephyr and intended to be used with Zephyr SDK.
1317+
python-version: '3.12'
13191318

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

0 commit comments

Comments
 (0)