From 5c48541dee779a4b175e57d98e6f35600369534b Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 31 Mar 2022 21:10:13 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=EF=B8=8F=20CircleCI:=20-=20Python=203?= =?UTF-8?q?.5=20+=20Python=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..d3dbd2e 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.6", "3.7", "3.8", "3.9", "3.10"]