From b2c9690fa9cfe64e6d8606bdb3836b8146b1b9f2 Mon Sep 17 00:00:00 2001 From: Shreyas Vinaya Date: Tue, 21 Nov 2023 00:12:09 +0530 Subject: [PATCH] Update pylint.yml --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 0fbc546..177228f 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.8", "3.9", "3.10"] + python-version: [ "3.9", "3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}