From 7098fb7abe31abf075e95dcfef19fc62ebe53c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Hus=C3=A1k?= Date: Fri, 26 Jun 2026 15:52:10 +0200 Subject: [PATCH] Try quickstart tests on Python 3.14.5 --- .github/workflows/quickstart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quickstart.yml b/.github/workflows/quickstart.yml index 8966204d..b9febe2c 100644 --- a/.github/workflows/quickstart.yml +++ b/.github/workflows/quickstart.yml @@ -117,7 +117,7 @@ jobs: if: runner.os == 'Windows' uses: actions/setup-python@v6 with: - python-version: '3.12' + python-version: '3.14.5' # Needed for Zephyr SDK installation, not available on Windows runner - name: Install wget