From acfdd206967ba74f08d310dfbb6fe6dc7ffc4303 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 13 Mar 2023 17:51:31 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"=E2=9C=94=20CircleCI:=20Do=20not=20te?= =?UTF-8?q?st=20on=20Python=203.6=20anymore"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6d022f3c9e044bda1f9828ab6c07dfda285a8217. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce83e8e..1777f69 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,4 +29,4 @@ workflows: - screenshots matrix: parameters: - python-image: ["python:3.7", "python:3.8", "python:3.9", "python:3.10"] + python-image: ["python:3.6", "python:3.7", "python:3.8", "python:3.9", "python:3.10"]