Skip to content

Commit 5ac30d9

Browse files
Update dependency python to 3.14
1 parent 151cc3d commit 5ac30d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Python
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: '3.11'
21+
python-version: '3.14'
2222

2323
- name: Install dependencies
2424
run: |
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Python
4747
uses: actions/setup-python@v5
4848
with:
49-
python-version: '3.11'
49+
python-version: '3.14'
5050

5151
- name: Install Black
5252
run: |

0 commit comments

Comments
 (0)