Fix pylint versions (#572)

This commit is contained in:
Julien Cretin
2022-12-07 09:53:31 +01:00
committed by GitHub
parent 9ab3bc977c
commit 0d0460f016

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}