Skip to content

Commit

Permalink
Merge pull request easybuilders#18009 from boegel/tests_python311
Browse files Browse the repository at this point in the history
also run easyconfigs test suite with Python 3.11
  • Loading branch information
Micket authored Oct 26, 2023
2 parents c07c4b1 + 2dbe927 commit a918f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python: [3.6]
python: [3.6, '3.11']
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit a918f71

Please sign in to comment.