We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedba7b commit 521ebb4Copy full SHA for 521ebb4
1 file changed
.github/workflows/Test.yml
@@ -14,8 +14,8 @@ jobs:
14
timeout-minutes: 30
15
strategy:
16
matrix:
17
- python-version: ['3.12']
18
- os: ['ubuntu-latest']
+ python-version: ['3.10', '3.12', '3.13']
+ os: ['ubuntu-latest', 'windows-latest']
19
omc-version: ['stable', 'nightly']
20
21
steps:
0 commit comments