From 6f1fe0ac315d93fb53caf868b7c0a2ef2bf8cd64 Mon Sep 17 00:00:00 2001 From: James Riehl Date: Wed, 6 Mar 2024 14:35:17 +0000 Subject: [PATCH] chore: add python 3.12 to CI tests --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24ca3e9..8a346ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,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"] steps: - uses: actions/checkout@v3