From 71e18d9f649c2bbe58f2c5618901768f7419ea46 Mon Sep 17 00:00:00 2001 From: Pedro <39069285+PedroDnT@users.noreply.github.com> Date: Sun, 23 Jun 2024 20:44:13 -0300 Subject: [PATCH] Update pylint.yml Signed-off-by: Pedro <39069285+PedroDnT@users.noreply.github.com> --- .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 ea5ad36..47a865d 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.8", "3.9", "3.11"] + python-version: ["^3.12"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}