From 61493f1b44eac2dbf8265bbb2d967d72391750f1 Mon Sep 17 00:00:00 2001 From: Mattt Zmuda Date: Thu, 5 Oct 2023 10:39:12 -0700 Subject: [PATCH] Add Python 3.12 to CI strategy matrix Signed-off-by: Mattt Zmuda --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f4d0acb..af98f4a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] defaults: run: