Skip to content

Commit

Permalink
Update python version to 3.8 (oldest supported on 24.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Nov 12, 2024
1 parent e8095ca commit a1f34ce
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-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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a1f34ce

Please sign in to comment.