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 227fb09 commit e41bba1Copy full SHA for e41bba1
.github/workflows/tests.yml
@@ -30,7 +30,7 @@ jobs:
30
python-version: [3.11] # Our min supported Python version
31
steps:
32
- uses: actions/checkout@v4
33
- - uses: astral-sh/setup-uv@v4
+ - uses: astral-sh/setup-uv@v5
34
with:
35
enable-cache: true
36
- run: uv python pin ${{ matrix.python-version }}
@@ -44,7 +44,7 @@ jobs:
44
python-version: [3.11, 3.12] # Our min and max supported Python versions
45
46
47
48
49
50
0 commit comments