From 846ba72eb0cb55099a611e04a9018a49d857c5c3 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 23 Sep 2022 21:25:22 +0200 Subject: [PATCH] Add Python 3.11 release candidate 2 to the testing (#292) * Add Python 3.11 release candidate 2 to the testing * 3.11.0-rc - 3.11 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14ffeb6..b3ac09d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-rc - 3.11"] os: [ubuntu-latest] steps: