From 72884a7a3c4522e0a8db11a9cc0ce34fb896992c Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Fri, 13 Oct 2023 00:53:23 -0600 Subject: [PATCH] add python 3.12 to CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 973d222..d8087a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: - "3.9" - "3.10" - "3.11" + - "3.12" architecture: - x86 - x64