From 5d7a0ee0c5d72b211b232483b7b534df4d791a7a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 13 Aug 2022 16:16:57 +0200 Subject: [PATCH] Add Python 3.11 release candidate to the testing --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e4f3fb7e..5186a137 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.7, 3.8, 3.9, "3.10"] + python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] os: [MacOS, Ubuntu, Windows] steps: