Skip to content

Commit 24d1878

Browse files
authored
Update pylint.yml
1 parent d2f59cf commit 24d1878

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
python-version: [3.8, 3.9, 3.10]
15+
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
1616

1717
steps:
1818
- name: 📥 Checkout code
@@ -30,4 +30,4 @@ jobs:
3030
3131
- name: 🧪 Run pylint
3232
run: |
33-
pylint $(git ls-files '*.py') || true # prevent CI failure on warnings
33+
pylint $(git ls-files '*.py') || true

0 commit comments

Comments
 (0)