File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,17 @@ jobs:
1010 matrix :
1111 os :
1212 # - ubuntu-latest
13- - windows-latest
14- # - macos-latest
13+ # - windows-latest
14+ - macos-latest
1515 python-version :
16- - " 3.8"
1716 - " 3.9"
1817 - " 3.10"
1918 - " 3.11"
2019 - " 3.12"
2120 - " 3.13"
22- exclude :
23- - os : macos-latest
24- python-version : " 3.8"
25- - os : macos-latest
26- python-version : " 3.13"
21+ # exclude:
22+ # - os: macos-latest
23+ # python-version: "3.13"
2724 runs-on : ${{matrix.os}}
2825 name : ' ${{matrix.os}} Python ${{matrix.python-version}}'
2926
Original file line number Diff line number Diff line change 3737 'Operating System :: Microsoft :: Windows' ,
3838 'Operating System :: MacOS' ,
3939 'Operating System :: POSIX :: Linux' ,
40- 'Programming Language :: Python :: 3.8' ,
4140 'Programming Language :: Python :: 3.9' ,
4241 'Programming Language :: Python :: 3.10' ,
4342 'Programming Language :: Python :: 3.11' ,
You can’t perform that action at this time.
0 commit comments