Skip to content

Commit da3cadc

Browse files
committed
Merge branch 'limit_test_matrix' into v5.0.0-syntron-test
2 parents 5cba6d3 + cc1161b commit da3cadc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
# * Python 3.10 - oldest supported version
1919
# * Python 3.12 - changes in OMCSession / OMCPath
2020
# * Python 3.14 - latest Python version
21-
python-version: ['3.12', '3.14']
21+
python-version: ['3.13]
2222
# * Linux using ubuntu-latest
2323
# * Windows using windows-latest
2424
os: ['ubuntu-latest', 'windows-latest']
2525
# * OM 1.25.0 - before changing definition of simulation overrides
2626
# * OM stable - latest stable version
2727
# * OM nightly - latest nightly build
28-
omc-version: ['1.25.0', 'stable', 'nightly']
28+
omc-version: ['stable']
2929
# => total of 12 runs for each test
3030

3131
steps:

0 commit comments

Comments
 (0)