Skip to content

Commit 59bdb7d

Browse files
committed
Add python 3.8 linter to detect legacy errors
1 parent 1bf3d0b commit 59bdb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
# python-version: [3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, "3.10", 'pypy-3.6', 'pypy-3.7']
13-
python-version: ["3.12"]
13+
python-version: ["3.8", "3.12"]
1414

1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)