Skip to content

Commit 551e27d

Browse files
⬆️ Update python to v3.14.0
1 parent 886c77b commit 551e27d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-webapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set Up Python
3636
uses: actions/setup-python@v6
3737
with:
38-
python-version: 3.13.5
38+
python-version: 3.14.0
3939

4040
- name: Install Dependencies
4141
run: |

.github/workflows/update-test-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v6
2323
with:
24-
python-version: "3.12.12"
24+
python-version: "3.14.0"
2525

2626
- name: Update test matrix
2727
run: python scripts/update-test-matrix.py

0 commit comments

Comments
 (0)