We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cdeea commit af35335Copy full SHA for af35335
.github/workflows/pylint.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-22.04
28
strategy:
29
matrix:
30
- python-version: ['3.10', '3.13']
+ python-version: ['3.10', '3.11', '3.12', '3.13']
31
steps:
32
- uses: actions/checkout@v5
33
- name: Set up Python ${{ matrix.python-version }}
0 commit comments