From c37927ae4e2fccb5e09b8273dd2b21f343f14afe Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Mon, 4 May 2026 14:29:01 -0400 Subject: [PATCH] Update Python versions in CI 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 01e5934..5c77a82 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10"] + python-version: ["3.11", "3.12"] steps: - uses: actions/checkout@v3