From abc2701cd2b15cfbc56e6804cbcc01f82a1a131a Mon Sep 17 00:00:00 2001 From: Joachim Krech <8290187+jkrech@users.noreply.github.com> Date: Mon, 18 May 2026 17:06:19 +0200 Subject: [PATCH 1/2] Use python 3.13 --- .github/workflows/basic.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 9f19800..0431ef3 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -20,15 +20,10 @@ jobs: - name: Checkout uses: actions/checkout@v6 - - name: Setup Python 3.10 + - name: Setup Python 3.13 uses: actions/setup-python@v6 with: - python-version: '3.10' - - - name: Install system packages - run: | - sudo add-apt-repository ppa:deadsnakes/ppa - sudo apt-get install libpython3.9 libtinfo5 + python-version: '3.13' - name: Activate vcpkg uses: ARM-software/cmsis-actions/vcpkg@v1 From c3bd641b548b839a8b27f8c8643021f7e995dae8 Mon Sep 17 00:00:00 2001 From: Joachim Krech <8290187+jkrech@users.noreply.github.com> Date: Mon, 18 May 2026 17:10:21 +0200 Subject: [PATCH 2/2] Update Python version in GitHub Actions workflow to 3.13 --- .github/workflows/basic_w_report.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/basic_w_report.yml b/.github/workflows/basic_w_report.yml index 66551c9..00f2905 100644 --- a/.github/workflows/basic_w_report.yml +++ b/.github/workflows/basic_w_report.yml @@ -22,18 +22,12 @@ jobs: uses: actions/checkout@v6 # Install Python used by the report utility - - name: Setup Python 3.10 + - name: Setup Python 3.13 uses: actions/setup-python@v6 with: - python-version: '3.10' + python-version: '3.13' - run: pip install junit_reporter - - # Install system packages required by FVP VSI extensions - - name: Install system packages - run: | - sudo add-apt-repository ppa:deadsnakes/ppa - sudo apt-get install libpython3.9 libtinfo5 # Install vcpkg tools from the vcpkg-configuration.json and activate an Arm tools license - name: Activate vcpkg