We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a11dc commit a53a854Copy full SHA for a53a854
.github/workflows/ci.yml
@@ -1313,9 +1313,9 @@ jobs:
1313
if: ${{ runner.os == 'Windows' }}
1314
uses: actions/setup-python@v5
1315
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'
+ # Force Python 3.12, which is the minimum Python version supported by
+ # Zephyr and intended to be used with Zephyr SDK.
+ python-version: '3.12'
1319
1320
- name: Set up test environment (Linux)
1321
if: ${{ runner.os == 'Linux' }}
0 commit comments