Skip to content

Commit 4acb2c5

Browse files
committed
also run easyblocks test suite with Python 3.13 and 3.14
1 parent 1c71ef2 commit 4acb2c5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12']
16+
python: [3.7, 3.8, 3.9, '3.10', '3.11', '3.12', '3.13', '3.14']
1717
modules_tool: [Lmod-8.1.14, modules-tcl-1.147, modules-3.2.10, modules-4.5.3]
1818
module_syntax: [Lua, Tcl]
1919
# exclude some configuration for non-Lmod modules tool:
@@ -36,6 +36,10 @@ jobs:
3636
python: '3.11'
3737
- modules_tool: modules-tcl-1.147
3838
python: '3.12'
39+
- modules_tool: modules-tcl-1.147
40+
python: '3.13'
41+
- modules_tool: modules-tcl-1.147
42+
python: '3.14'
3943
- modules_tool: modules-3.2.10
4044
python: 3.8
4145
- modules_tool: modules-3.2.10
@@ -46,6 +50,10 @@ jobs:
4650
python: '3.11'
4751
- modules_tool: modules-3.2.10
4852
python: '3.12'
53+
- modules_tool: modules-3.2.10
54+
python: '3.13'
55+
- modules_tool: modules-3.2.10
56+
python: '3.14'
4957
- modules_tool: modules-4.5.3
5058
python: 3.8
5159
- modules_tool: modules-4.5.3
@@ -55,7 +63,9 @@ jobs:
5563
- modules_tool: modules-4.5.3
5664
python: '3.11'
5765
- modules_tool: modules-4.5.3
58-
python: '3.12'
66+
python: '3.13'
67+
- modules_tool: modules-4.5.3
68+
python: '3.14'
5969
fail-fast: false
6070
steps:
6171
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2

0 commit comments

Comments
 (0)