Skip to content

Commit 55cc6ab

Browse files
Update dependency python to 3.13 (#2704)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c789ff commit 55cc6ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: Set up Python
185185
uses: actions/setup-python@main
186186
with:
187-
python-version: '3.11'
187+
python-version: '3.13'
188188
check-latest: true
189189
- name: Enable KVM
190190
if: matrix.test-strategy == 'test_node_relay' && contains(matrix.os, 'arm') == false

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Set up Python
117117
uses: actions/setup-python@main
118118
with:
119-
python-version: '3.11'
119+
python-version: '3.13'
120120
check-latest: true
121121
- name: Update tag in docs and files
122122
run: ./update_tag_in_docs_and_files.sh ${LATEST_TAG} ${NEXT_TAG}

0 commit comments

Comments
 (0)