Skip to content

Commit 7447d74

Browse files
committed
Updated pylintrc to version 4.0
1 parent bffff90 commit 7447d74

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test_tox.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17+
- python-version: '3.10'
18+
toxenv: 'py310'
19+
- python-version: '3.11'
20+
toxenv: 'py311'
1721
- python-version: '3.12'
1822
toxenv: 'py312'
1923
- python-version: '3.13'

0 commit comments

Comments
 (0)