From c30e21f7e073ee7959c931c5f9128dd475b769b7 Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Sat, 7 Oct 2023 13:06:46 -0700 Subject: [PATCH] Add Python 3.12 to the ci test matrix and make it the current version --- .ci-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-config.json b/.ci-config.json index 0e8eac4..0e28add 100644 --- a/.ci-config.json +++ b/.ci-config.json @@ -1,4 +1,4 @@ { - "python_version_current": "3.11", - "python_versions_active": ["3.8", "3.9", "3.10", "3.11"] + "python_version_current": "3.12", + "python_versions_active": ["3.8", "3.9", "3.10", "3.11", "3.12"] }