Skip to content

Commit 83da55d

Browse files
committed
3.13.5 since uv 0.8.2 only supports that
1 parent 327def1 commit 83da55d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- name: Setup Python
153153
uses: actions/setup-python@v5
154154
with:
155-
python-version: 3.13.7
155+
python-version: 3.13.5
156156

157157
- name: Setup python dependencies
158158
run: pip install --upgrade mkdocs mkdocs-material pygments

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.13.7
20+
python-version: 3.13.5
2121

2222
- name: Setup python dependencies
2323
run: pip install --upgrade mkdocs mkdocs-material pygments

0 commit comments

Comments
 (0)