From 748bb2b90c54a4380850b52a55e9559700a41636 Mon Sep 17 00:00:00 2001 From: offa Date: Mon, 7 Nov 2022 18:19:49 +0100 Subject: [PATCH] Add Python 3.11 CI build --- .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 97862ec..1b964b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [ "3.6", "3.7", "3.8", "3.9", "3.10" ] + python: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ] name: python-${{ matrix.python }} steps: - name: Checkout