Skip to content

Commit 416a8a9

Browse files
chore(deps): update dependency python to 3.14 (#2983)
1 parent 25536b3 commit 416a8a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
- name: Set up Python
188188
uses: actions/setup-python@main
189189
with:
190-
python-version: '3.13'
190+
python-version: '3.14'
191191
check-latest: true
192192
- name: Enable KVM
193193
if: matrix.test-strategy == 'test_node_relay' && contains(matrix.os, 'arm') == false

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Set up Python
121121
uses: actions/setup-python@main
122122
with:
123-
python-version: '3.13'
123+
python-version: '3.14'
124124
check-latest: true
125125
- name: Update tag in docs and files
126126
run: ./update_tag_in_docs_and_files.sh ${LATEST_TAG} ${NEXT_TAG}

0 commit comments

Comments
 (0)