We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f10d6 commit 0f45d58Copy full SHA for 0f45d58
.github/workflows/test.yaml
@@ -9,20 +9,20 @@ jobs:
9
strategy:
10
matrix:
11
os:
12
- # - ubuntu-latest
13
- - windows-latest
+ - ubuntu-latest
+ # - windows-latest
14
# - macos-latest
15
python-version:
16
- "3.7"
17
- "3.8"
18
- "3.9"
19
- # - "3.10"
20
- # - "3.11"
21
- # - "3.12"
22
- # - "3.13"
23
- # exclude:
24
- # - os: macos-latest
25
- # python-version: "3.7"
+ - "3.10"
+ - "3.11"
+ - "3.12"
+ - "3.13"
+ exclude:
+ - os: macos-latest
+ python-version: "3.7"
26
runs-on: ${{matrix.os}}
27
name: 'Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
28
0 commit comments