Skip to content

Commit 4364533

Browse files
committed
readme
1 parent f2b19ce commit 4364533

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/devRun.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v6
3030
with:
31-
python-version: "3.14"
31+
python-version: "3.13"
3232
- name: Set up uv
3333
uses: astral-sh/setup-uv@v7
3434
with:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Python
4848
uses: actions/setup-python@v6
4949
with:
50-
python-version: "3.14"
50+
python-version: "3.13"
5151
- name: Set up uv
5252
uses: astral-sh/setup-uv@v7
5353
with:

0 commit comments

Comments
 (0)