Skip to content

Commit d78a806

Browse files
committed
🐍 run pylint and flake8 with 3.14
1 parent 1543b26 commit d78a806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Setup Python
121121
uses: actions/setup-python@v5
122122
with:
123-
python-version: 3.12
123+
python-version: 3.14
124124
cache: pip
125125
cache-dependency-path: Pipfile.lock
126126
- name: Install Flake8
@@ -139,7 +139,7 @@ jobs:
139139
- name: Setup Python
140140
uses: actions/setup-python@v5
141141
with:
142-
python-version: 3.12
142+
python-version: 3.14
143143
cache: pip
144144
cache-dependency-path: Pipfile.lock
145145
- name: Cache

0 commit comments

Comments
 (0)