Skip to content

Commit 5346184

Browse files
committed
👷 Do not run lowest-direct on 3.14 for now
1 parent f853bea commit 5346184

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
python-version: [ "3.14" ]
3030
uv-resolution:
3131
- highest
32-
- lowest-direct
3332
include:
3433
- os: windows-latest
3534
python-version: "3.9"
@@ -45,7 +44,7 @@ jobs:
4544
uv-resolution: highest
4645
- os: ubuntu-latest
4746
python-version: "3.13"
48-
uv-resolution: highest
47+
uv-resolution: lowest-direct
4948
- os: macos-latest
5049
python-version: "3.13"
5150
uv-resolution: highest

0 commit comments

Comments
 (0)