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 54561e0 + f1ec3db commit b517d8eCopy full SHA for b517d8e
2 files changed
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: astral-sh/setup-uv@v6
24
25
- name: 🐍 Set up Python
26
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
27
with:
28
python-version: 3.12
29
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install the latest version of uv
38
39
- name: Setup python
40
41
42
python-version: ${{ matrix.py }}
43
- name: Install tox
0 commit comments