From f8084e1f37fff33f2b3ffd344a872c95f07173aa Mon Sep 17 00:00:00 2001 From: arm61 Date: Tue, 2 Aug 2022 13:46:45 +0200 Subject: [PATCH] Add 3.11 --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c68e2b0e..08ea8ebd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,11 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - python-version: ['3.7', '3.8', '3.9', '3.10'] + python-version: ['3.7', + '3.8', + '3.9', + '3.10', + '3.11'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}