We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cba6d3 + cc1161b commit da3cadcCopy full SHA for da3cadc
1 file changed
.github/workflows/Test.yml
@@ -18,14 +18,14 @@ jobs:
18
# * Python 3.10 - oldest supported version
19
# * Python 3.12 - changes in OMCSession / OMCPath
20
# * Python 3.14 - latest Python version
21
- python-version: ['3.12', '3.14']
+ python-version: ['3.13]
22
# * Linux using ubuntu-latest
23
# * Windows using windows-latest
24
os: ['ubuntu-latest', 'windows-latest']
25
# * OM 1.25.0 - before changing definition of simulation overrides
26
# * OM stable - latest stable version
27
# * OM nightly - latest nightly build
28
- omc-version: ['1.25.0', 'stable', 'nightly']
+ omc-version: ['stable']
29
# => total of 12 runs for each test
30
31
steps:
0 commit comments