Skip to content

Commit a918f71

Browse files
authored
Merge pull request #18009 from boegel/tests_python311
also run easyconfigs test suite with Python 3.11
2 parents c07c4b1 + 2dbe927 commit a918f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
strategy:
1515
matrix:
16-
python: [3.6]
16+
python: [3.6, '3.11']
1717
modules_tool: [Lmod-7.8.22, Lmod-8.6.8]
1818
module_syntax: [Lua, Tcl]
1919
# exclude some configurations: only test Tcl module syntax with Lmod 8.x and Python 3.6
@@ -155,7 +155,7 @@ jobs:
155155
runs-on: ubuntu-20.04
156156
strategy:
157157
matrix:
158-
python: [3.6]
158+
python: [3.6, '3.11']
159159
steps:
160160
- uses: actions/checkout@v2
161161

0 commit comments

Comments
 (0)