From 20635642ae343955d3d6732b027c92879c6859bd Mon Sep 17 00:00:00 2001 From: Charles de Beauchesne Date: Mon, 8 Jul 2024 11:13:04 +0200 Subject: [PATCH] Switch system-tests to python 3.12 --- .github/workflows/system-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 41e3e5bc00..3fa130f525 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -302,10 +302,10 @@ jobs: if: ${{ always() }} name: Aggregate (${{ matrix.app }}) steps: - - name: Setup python 3.9 + - name: Setup python 3.12 uses: actions/setup-python@v5 with: - python-version: '3.9' + python-version: '3.12' - name: Checkout uses: actions/checkout@v4 with: