From b52a67c77ca813629787bb3524af60b38b402fbd Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Fri, 18 Apr 2025 13:25:02 -0700 Subject: [PATCH] Add python 3.14 to the ci matrix --- .ci-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci-config.json b/.ci-config.json index e3cc581..a8cb8eb 100644 --- a/.ci-config.json +++ b/.ci-config.json @@ -1,4 +1,4 @@ { - "python_version_current": "3.13", - "python_versions_active": ["3.9", "3.10", "3.11", "3.12", "3.13"] + "python_version_current": "3.14", + "python_versions_active": ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] }