From 465b797494cc5604db7cf7cacecf51becca55793 Mon Sep 17 00:00:00 2001 From: konstantin Date: Fri, 3 May 2024 10:38:41 +0200 Subject: [PATCH] Use Python 3.12 in Linting Env fix #169 --- .github/workflows/pythonlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonlint.yml b/.github/workflows/pythonlint.yml index 90712c1..957b009 100644 --- a/.github/workflows/pythonlint.yml +++ b/.github/workflows/pythonlint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: ["3.11"] # https://github.com/Hochfrequenz/ebdtable2graph/issues/169 + python-version: ["3.12"] os: [ubuntu-latest] linter-env: ["linting", "type_check"] steps: