From 1bf86bfb4c3fb87e1f76cd1c2ed5dea91babd1ff Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 29 Jul 2024 07:02:59 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=20Test=20on=20Python=203.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba7f539..f87162e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,4 +20,4 @@ workflows: - 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"]