From 13eb1bc425e06543424edcbe040d25653ff015a0 Mon Sep 17 00:00:00 2001 From: Adryan Serage <17680194+adryserage@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:10:05 -0500 Subject: [PATCH] Update pylint.yml --- .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 eb4d4ab..3ca7b11 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.x"] + python-version: ["3.13"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}