From 6860a0629aeec213827764049afd5fc2c1a2eb39 Mon Sep 17 00:00:00 2001 From: Catherine Date: Mon, 13 Dec 2021 07:55:46 +0000 Subject: [PATCH] CI: add CPython 3.11 to the build matrix. --- .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 e4144ec..12f34da 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', pypy3] + python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', pypy3] steps: - name: Check out source code uses: actions/checkout@v2