Skip to content

Commit af35335

Browse files
committed
[squash]
1 parent 13cdeea commit af35335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-22.04
2828
strategy:
2929
matrix:
30-
python-version: ['3.10', '3.13']
30+
python-version: ['3.10', '3.11', '3.12', '3.13']
3131
steps:
3232
- uses: actions/checkout@v5
3333
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)