Skip to content

Commit 69f3c9d

Browse files
committed
python
1 parent 8773a14 commit 69f3c9d

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v6
3333
with:
34-
python-version: "3.14"
34+
python-version: "3.13"
3535
- name: Set up uv
3636
uses: astral-sh/setup-uv@v8.1.0
3737
with:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Python
5151
uses: actions/setup-python@v6
5252
with:
53-
python-version: "3.14"
53+
python-version: "3.13"
5454
- name: Set up uv
5555
uses: astral-sh/setup-uv@v8.1.0
5656
with:

0 commit comments

Comments
 (0)