From 8cfb663fb1abe87d470f5bbd5d10ad0881832920 Mon Sep 17 00:00:00 2001 From: rchan Date: Wed, 11 Oct 2023 12:09:25 +0100 Subject: [PATCH] update workflow --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fa4e9e..5ceac18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,6 @@ jobs: - uses: pre-commit/action@v3.0.0 with: extra_args: --hook-stage manual --all-files - - name: Run PyLint - run: | - echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json" - pipx run nox -s pylint checks: name: Check Python ${{ matrix.python-version }} on ${{ matrix.runs-on }} @@ -40,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] runs-on: [ubuntu-latest, macos-latest, windows-latest] include: