From b2b21839c29c1bd43aa5792acf36df7dbca1a7d1 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 22 Oct 2021 18:41:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20CircleCI:=20Add=20Python?= =?UTF-8?q?=203.10?= 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 7036b36..88e95aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,4 +20,4 @@ workflows: - test: matrix: parameters: - python-version: ["3.5", "3.6", "3.7", "3.8", "3.9"] + python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10"]