From 391f65cb70f4a20e9adb5eee47cdb07d33fe59dc Mon Sep 17 00:00:00 2001 From: Gui-FernandesBR Date: Wed, 12 Jun 2024 22:22:30 -0300 Subject: [PATCH] MNT: Update Python version to 3.9 in pylint workflow --- .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 b3cb7c4..3b6a8fe 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"] + python-version: ["3.9"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}