From 2268f32a7898f07dec216ca2f219695ed2b7a7c9 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 2 Mar 2023 10:06:00 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=20CircleCI:=20Test=20on=20Python=203.?= =?UTF-8?q?11?= 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 d3dbd2e..9910485 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,4 +20,4 @@ workflows: - test: matrix: parameters: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]