diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index ecef92a..ae1b14a 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.11"] + python-version: ["3.11"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -21,4 +21,4 @@ jobs: pip install . - name: Analysing the code with pylint run: | - pylint $(git ls-files 'mctools/*.py') + pylint $(git ls-files 'mctools/*.py') --fail-under 8.1