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 151cc3d commit 5ac30d9Copy full SHA for 5ac30d9
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python
19
uses: actions/setup-python@v5
20
with:
21
- python-version: '3.11'
+ python-version: '3.14'
22
23
- name: Install dependencies
24
run: |
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
- name: Install Black
52
0 commit comments