From a1f34ce060f90f32e505a8301d55f3d5e6e295dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20=C3=96hman?= Date: Tue, 12 Nov 2024 11:18:57 +0100 Subject: [PATCH] Update python version to 3.8 (oldest supported on 24.04) --- .github/workflows/unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 5b1f04e1c44..82f5632e01f 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - python: ['3.6.15', '3.11'] + python: ['3.8', '3.11'] modules_tool: [Lmod-7.8.22, Lmod-8.6.8] module_syntax: [Lua, Tcl] # exclude some configurations: only test Tcl module syntax with Lmod 8.x and Python 3.6 @@ -180,7 +180,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - python: ['3.6.15', '3.11'] + python: ['3.8', '3.11'] steps: - uses: actions/checkout@v4