Commit d2a5f86
ci: add pytest job for minimum dependency versions
Add a new CI job 'pytest-min-deps' that installs the lowest allowed
versions of direct dependencies (as declared in pyproject.toml) using
uv's --resolution=lowest-direct flag, then runs the test suite.
This ensures the declared minimum version bounds are actually compatible
with the library.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent fa80d52 commit d2a5f86
1 file changed
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
51 | 73 | | |
52 | 74 | | |
53 | 75 | | |
| |||
0 commit comments