We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25536b3 commit 416a8a9Copy full SHA for 416a8a9
.github/workflows/docker-test.yml
@@ -187,7 +187,7 @@ jobs:
187
- name: Set up Python
188
uses: actions/setup-python@main
189
with:
190
- python-version: '3.13'
+ python-version: '3.14'
191
check-latest: true
192
- name: Enable KVM
193
if: matrix.test-strategy == 'test_node_relay' && contains(matrix.os, 'arm') == false
.github/workflows/nightly.yml
@@ -120,7 +120,7 @@ jobs:
120
121
122
123
124
125
- name: Update tag in docs and files
126
run: ./update_tag_in_docs_and_files.sh ${LATEST_TAG} ${NEXT_TAG}
0 commit comments