From 6554235b505cf1b23c79ec53ef3e8f66826297c8 Mon Sep 17 00:00:00 2001 From: Richard Nemeth Date: Tue, 25 Oct 2022 07:10:46 +0000 Subject: [PATCH] ci: added python 3.11 --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e156b1b..8a740af 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -53,7 +53,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10"] + python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] needs: - check-commits - check-linting