File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010 matrix :
1111 os :
1212 - ubuntu-latest
13- - windows-latest
13+ # - windows-latest
1414 - macos-latest
1515 python-version :
1616 - " 3.7"
1919 - " 3.10"
2020 - " 3.11"
2121 - " 3.12"
22- # exclude:
23- # - os: windows-latest
24- # python-version: "3.12"
22+ exclude :
23+ - os : windows-latest
24+ python-version : " 3.12"
2525 runs-on : ${{matrix.os}}
2626 name : ' Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
2727
Original file line number Diff line number Diff line change 1919 - " 3.10"
2020 - " 3.11"
2121 - " 3.12"
22- # exclude:
23- # - os: windows-latest
24- # python-version: "3.12"
22+ exclude :
23+ - os : windows-latest
24+ python-version : " 3.12"
2525 runs-on : ${{matrix.os}}
2626 name : ' Run Tests on ${{matrix.os}} with Python ${{matrix.python-version}}'
2727
You can’t perform that action at this time.
0 commit comments