From a19224dc4690d814f0a859c451892bc6a6d4f5b0 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 28 Feb 2022 14:46:34 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=EF=B8=8F=20CircleCI:=20Stop=20testing?= =?UTF-8?q?=20using=20Python=203.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The latest rapidfuzz updates broke Python 3.5 support. As it is EOL for some time now, we are stopping testing with it. See also gh-65 and gh-20. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 88e95aa..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", "3.10"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]