From f4078e9e8ed88491d6b46255a3c79d1ac335f198 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Wed, 25 Oct 2023 19:17:19 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=20CircleCI:=20Test=20on=20Python=203.?= =?UTF-8?q?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 a17560d..98b7b6f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,4 +39,4 @@ workflows: - screenshots matrix: parameters: - python-image: ["python:3.8", "python:3.9", "python:3.10", "python:3.11"] + python-image: ["python:3.8", "python:3.9", "python:3.10", "python:3.11", "python:3.12"]