File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,26 +25,26 @@ jobs:
2525 test :
2626 strategy :
2727 matrix :
28- os : [ ubuntu-latest, windows-latest, macos-latest ]
28+ os : windows-latest # [ ubuntu-latest, windows-latest, macos-latest ]
2929 python-version : ["3.14"]
3030 uv-resolution :
3131 - highest
3232 include :
33- - python-version : " 3.9"
34- os : macos-latest
35- uv-resolution : lowest-direct
36- - python-version : " 3.10"
37- os : ubuntu-latest
38- uv-resolution : highest
39- - python-version : " 3.11"
40- os : windows-latest
41- uv-resolution : lowest-direct
42- - python-version : " 3.12"
43- os : macos-latest
44- uv-resolution : highest
45- - python-version : " 3.13"
46- os : ubuntu-latest
47- uv-resolution : lowest-direct
33+ # - python-version: "3.9"
34+ # os: macos-latest
35+ # uv-resolution: lowest-direct
36+ # - python-version: "3.10"
37+ # os: ubuntu-latest
38+ # uv-resolution: highest
39+ # - python-version: "3.11"
40+ # os: windows-latest
41+ # uv-resolution: lowest-direct
42+ # - python-version: "3.12"
43+ # os: macos-latest
44+ # uv-resolution: highest
45+ # - python-version: "3.13"
46+ # os: ubuntu-latest
47+ # uv-resolution: lowest-direct
4848 - python-version : " 3.13"
4949 os : windows-latest
5050 uv-resolution : highest
You can’t perform that action at this time.
0 commit comments