From 1f71f580b9aa7bfd736b6e0d8fe9860debf70b01 Mon Sep 17 00:00:00 2001 From: Dainius Kirsnauskas <75167873+Strexas@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:40:22 +0200 Subject: [PATCH] Removing unsupported versions 3.7, 3.8 and 3.9 doesn't support match/case statements, therefore were removed --- .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 78da3fc..89c0945 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.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}