From 05c6e17a4af879ab950fb765372772bb3ad95ee7 Mon Sep 17 00:00:00 2001 From: Christian Grabowski Date: Tue, 10 Sep 2024 10:45:49 -0600 Subject: [PATCH] feat(ci): add 3.12 for testing matrix --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca33b92..1051fab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.12" steps: - name: Repository checkout uses: actions/checkout@v3