From ba16a4e226d75b1b1d5e34f0463bf4546a7aaae5 Mon Sep 17 00:00:00 2001 From: Alessandro Bresciani Date: Wed, 2 Oct 2024 15:12:57 +0200 Subject: [PATCH] latest interpreter version --- .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 5238832..ef88105 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.12"] steps: - uses: actions/checkout@v4