Skip to content

Commit 851e60e

Browse files
committed
ci: fix version 3.13 => 3.12 (code-quality yaml)
1 parent 4d8e704 commit 851e60e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python with uv
2525
uses: astral-sh/setup-uv@v3
2626
with:
27-
version: '3.13'
27+
version: '3.12'
2828

2929
- name: Create virtual environment
3030
run: uv venv .venv
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Python with uv
4848
uses: astral-sh/setup-uv@v3
4949
with:
50-
version: '3.13'
50+
version: '3.12'
5151

5252
- name: Create virtual environment
5353
run: uv venv .venv
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up Python with uv
6868
uses: astral-sh/setup-uv@v3
6969
with:
70-
version: '3.13'
70+
version: '3.12'
7171

7272
- name: Create virtual environment
7373
run: uv venv .venv

0 commit comments

Comments
 (0)