Skip to content

Commit 6b31c01

Browse files
committed
👷 Enable tests with lower and upper bound versions
1 parent 5611bda commit 6b31c01

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
matrix:
2828
os: [ ubuntu-latest, windows-latest, macos-latest ]
2929
python-version: [ "3.14" ]
30+
uv-resolution:
31+
- highest
32+
- lowest-direct
3033
include:
3134
- os: windows-latest
3235
python-version: "3.9"
@@ -44,6 +47,7 @@ jobs:
4447
runs-on: ${{ matrix.os }}
4548
env:
4649
UV_PYTHON: ${{ matrix.python-version }}
50+
UV_RESOLUTION: ${{ matrix.uv-resolution }}
4751
steps:
4852
- uses: actions/checkout@v6
4953
- name: Set up Python

0 commit comments

Comments
 (0)