We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf3d0b commit 59bdb7dCopy full SHA for 59bdb7d
1 file changed
.github/workflows/pylint-linux.yaml
@@ -10,7 +10,7 @@ jobs:
10
matrix:
11
os: [ubuntu-latest]
12
# 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"]
+ python-version: ["3.8", "3.12"]
14
15
steps:
16
- uses: actions/checkout@v2
0 commit comments