From d946be2f3d6455dd7d39725b35bd85358d2e1961 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 12 Dec 2022 15:09:08 +0100 Subject: [PATCH] Add Python 3.11 to the testing (#323) --- .github/workflows/lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9d62e252..98cd7c38 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,6 +17,7 @@ jobs: - "3.8" - "3.9" - "3.10" + - "3.11" steps: - uses: actions/checkout@v3 - name: Install poetry