From c4a2e380ded90a67b7ba641369f45bd4923a835a Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 16 Oct 2024 14:30:09 -0700 Subject: [PATCH] Update pylint.yml Adding 3.13 to test matrix --- .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 5580528..86d1b00 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.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }}