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 6557c5e commit 06ee71aCopy full SHA for 06ee71a
.github/workflows/test.yaml
@@ -9,9 +9,9 @@ jobs:
9
strategy:
10
matrix:
11
os:
12
- - ubuntu-latest
+ # - ubuntu-latest
13
- windows-latest
14
- - macos-latest
+ # - macos-latest
15
python-version:
16
- "3.7"
17
- "3.8"
@@ -20,9 +20,9 @@ jobs:
20
- "3.11"
21
- "3.12"
22
# - "3.13"
23
- exclude:
24
- - os: macos-latest
25
- python-version: "3.7"
+ # 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