From 4f5f65a3be9c21e68edb9106e462bd32c307347d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=B6thig?= <77003127+tim-roethig-db@users.noreply.github.com> Date: Fri, 31 May 2024 23:42:16 +0200 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 a3c9905..05c42bd 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.10", "3.11"] + python-version: ["3.11"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}