Skip to content

Commit ed3ff67

Browse files
authored
fix(ci): python version (#68)
1 parent 64d9b5b commit ed3ff67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Python and uv
5959
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
6060
with:
61-
python-version: '3.12'
61+
python-version: '3.10'
6262
enable-cache: true
6363
cache-suffix: -${{ runner.os }}
6464

0 commit comments

Comments
 (0)