diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 3601cb84..f4ebdbc7 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -14,8 +14,15 @@ jobs: timeout-minutes: 30 strategy: matrix: - python-version: ['3.10', '3.12', '3.13'] + # test for: + # * oldest supported version + # * latest available Python version + python-version: ['3.10', '3.14'] + # * Linux using ubuntu-latest + # * Windows using windows-latest os: ['ubuntu-latest', 'windows-latest'] + # * OM stable - latest stable version + # * OM nightly - latest nightly build omc-version: ['stable', 'nightly'] steps: