From ec74b5159ee2ece3facaf4e5efc2395551c969ff Mon Sep 17 00:00:00 2001 From: musicEnfanthen Date: Fri, 26 Apr 2024 21:39:35 +0200 Subject: [PATCH] ci(gh-actions): remove python v3.10 --- .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 0e251b3..e5d21ac 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.10", "3.11"] + python-version: ["3.11"] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4.1.1