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 febdfdd commit fe2eb60Copy full SHA for fe2eb60
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
- name: Set up Python ${{ matrix.python-version }}
15
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
16
with:
17
python-version: ${{ matrix.python-version }}
18
- id: tox-env
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
19
20
- name: Set up Python
21
22
23
python-version: "3.13"
24
- name: Install uv
0 commit comments