From bceaff5ee10d76df0e3b66cce225dd51763fcafb Mon Sep 17 00:00:00 2001 From: Jason Paulos Date: Wed, 28 Feb 2024 09:54:19 -0500 Subject: [PATCH] Test on python 3.12 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1cc46bde..e8b39724 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,11 +9,11 @@ workflows: - unit-test: matrix: parameters: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - integration-test: matrix: parameters: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] - docset jobs: