From b9b34b1641cc2665b2a0fc434ca610f3022ef04c Mon Sep 17 00:00:00 2001 From: Kyle Finley Date: Wed, 16 Jul 2025 09:58:27 -0400 Subject: [PATCH] add python 3.12 & 3.13 to lint & test jobs --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e63532843..d3f37cf0b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -127,7 +127,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.9, '3.10', '3.11'] + python-version: [3.9, '3.10', '3.11', '3.12', '3.13'] os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} env: @@ -194,7 +194,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.9, '3.10', '3.11'] + python-version: [3.9, '3.10', '3.11', '3.12', '3.13'] os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} env: