Skip to content

Commit 154f876

Browse files
committed
ci(pylint): Only lint for python 3.10
1 parent 06d03a4 commit 154f876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
needs: [test]
3333
strategy:
3434
matrix:
35-
python-version: ["3.8", "3.9", "3.10"]
35+
python-version: ["3.10"]
3636
steps:
3737
- uses: actions/checkout@v4
3838
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)