From 7eb69e3dea5acb09d91986864442c2d973c51d95 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Fri, 2 Jun 2023 09:13:40 +0200 Subject: [PATCH] also run easyconfigs test suite with Python 3.11 --- .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 d36d0a6398e..70fa5933661 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python: [3.6] + python: [3.6, '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 @@ -159,7 +159,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python: [3.6] + python: [3.6, '3.11'] steps: - uses: actions/checkout@v2