We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36dde04 + 161b135 commit 932c450Copy full SHA for 932c450
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
@@ -34,7 +34,7 @@ jobs:
34
- name: Install the latest version of uv
35
36
- name: Setup python
37
38
39
python-version: ${{ matrix.py }}
40
- name: Install tox
0 commit comments