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 a6a3ef5 commit ab1b44cCopy full SHA for ab1b44c
.github/workflows/ci.yaml
@@ -37,16 +37,20 @@ jobs:
37
- os: ubuntu-24.04
38
python: "3.11"
39
coverage: "nocov"
40
+ resolution: "lowest-direct"
41
42
python: "3.12"
43
44
45
# Enable coverage on just one job
46
47
python: "3.13"
48
coverage: "cov"
49
50
51
python: "3.14.0-rc.2"
52
53
54
env:
55
# Shared env variables for all the tests
56
UV_RESOLUTION: '${{ matrix.resolution }}'
0 commit comments