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 6b31c01 commit fb109c9Copy full SHA for fb109c9
1 file changed
.github/workflows/test.yml
@@ -33,16 +33,22 @@ jobs:
33
include:
34
- os: windows-latest
35
python-version: "3.9"
36
+ uv-resolution: highest
37
- os: ubuntu-latest
38
python-version: "3.10"
39
+ uv-resolution: lowest-direct
40
- os: macos-latest
41
python-version: "3.11"
42
43
44
python-version: "3.12"
45
46
47
python-version: "3.13"
48
49
50
51
52
fail-fast: false
53
runs-on: ${{ matrix.os }}
54
env:
0 commit comments