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 f853bea commit 5346184Copy full SHA for 5346184
1 file changed
.github/workflows/test.yml
@@ -29,7 +29,6 @@ jobs:
29
python-version: [ "3.14" ]
30
uv-resolution:
31
- highest
32
- - lowest-direct
33
include:
34
- os: windows-latest
35
python-version: "3.9"
@@ -45,7 +44,7 @@ jobs:
45
44
uv-resolution: highest
46
- os: ubuntu-latest
47
python-version: "3.13"
48
- uv-resolution: highest
+ uv-resolution: lowest-direct
49
- os: macos-latest
50
51
0 commit comments