From 99a95f52f05dfc95a33ee5cd3a4e05949fe81020 Mon Sep 17 00:00:00 2001 From: Giulio Date: Sun, 8 Dec 2024 01:34:51 +0100 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 37f5e8d..56b7eb3 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.11","3.12","3.12.1"] + python-version: ["3.12.1"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}