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.
2 parents 0bf6aa9 + 0e92e6e commit 08185fcCopy full SHA for 08185fc
.github/workflows/test-libmaxminddb.yml
@@ -32,7 +32,7 @@ jobs:
32
persist-credentials: false
33
34
- name: Install the latest version of uv
35
- uses: astral-sh/setup-uv@v3
+ uses: astral-sh/setup-uv@v6
36
37
- name: Install tox
38
run: uv tool install --python-preference only-managed --python 3.13 tox --with tox-uv --with tox-gh
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
submodules: true
24
25
26
27
28
29
- name: Install Python
0 commit comments