Skip to content

Commit e8a2113

Browse files
committed
Revert "Revert workflow changes due to permission restrictions"
This reverts commit 9f0146e.
1 parent 9f0146e commit e8a2113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backend-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.11.6"
21+
python-version: "3.13.5"
2222
- name: Install uv
2323
uses: astral-sh/setup-uv@v4
2424
id: setup-uv

.github/workflows/backend-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-python@v5
4040
with:
41-
python-version: "3.11.6"
41+
python-version: "3.13.5"
4242
- name: Install uv
4343
uses: astral-sh/setup-uv@v4
4444
id: setup-uv

0 commit comments

Comments
 (0)