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 ff833e2 commit 2e69ddfCopy full SHA for 2e69ddf
.github/workflows/default.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Set up Python
55
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # tag=v6.0.0
56
with:
57
- python-version: '3.13'
+ python-version: '3.14'
58
- name: Install dependencies
59
run: |
60
set -x
.github/workflows/lint.yml
@@ -29,7 +29,7 @@ jobs:
29
30
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
31
32
33
34
35
python3 -m pip install --upgrade pip
0 commit comments