From fab9fb1fea4dc329ce051b15ef7dece575916987 Mon Sep 17 00:00:00 2001 From: Catherine Date: Mon, 13 Dec 2021 07:58:01 +0000 Subject: [PATCH] Revert "CI: add CPython 3.11 to the build matrix." This reverts commit 6860a0629aeec213827764049afd5fc2c1a2eb39. --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 12f34da..e4144ec 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', pypy3] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', pypy3] steps: - name: Check out source code uses: actions/checkout@v2