From 8196c53cd7111812c1c6e83038f996d3b871361f Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 15 Sep 2022 19:00:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=EF=B8=8F=20Test=20on=20Python=203.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See also #77. This is not 3.11 yet, but 3.11-rc! --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1777f69..51881aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,4 +29,4 @@ workflows: - screenshots matrix: parameters: - python-image: ["python:3.6", "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", "python:3.11-rc"]