From 1f8fa5176f3189ea35839c28dd7c2c56e0e2f961 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Sat, 23 Oct 2021 15:22:57 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=E2=AC=86=EF=B8=8F=20CircleCI:=20Add?= =?UTF-8?q?=20Python=203.10"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b2b21839c29c1bd43aa5792acf36df7dbca1a7d1. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 88e95aa..7036b36 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", "3.10"] + python-version: ["3.5", "3.6", "3.7", "3.8", "3.9"]