From a5db440499fac913f42e87e0f522775ac04e4d9f Mon Sep 17 00:00:00 2001 From: Mario Coray Date: Wed, 13 Mar 2024 13:33:35 +0100 Subject: [PATCH] ci: add Python 3.11 & 3.12 for code checks --- .github/workflows/python-code-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-code-checks.yml b/.github/workflows/python-code-checks.yml index b253f9b..d57ddb2 100644 --- a/.github/workflows/python-code-checks.yml +++ b/.github/workflows/python-code-checks.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] name: Running Python code checks with Python ${{ matrix.python-version }} steps: