From ae9ec24e2f83f0272c20c9494d8a2a5bd9bed97a Mon Sep 17 00:00:00 2001 From: Till Mahlburg <58594873+tmahlburg@users.noreply.github.com> Date: Wed, 3 Apr 2024 01:45:59 +0200 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2baea71..cb8ec17 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: [3.9] + python-version: ['3.11'] steps: - uses: actions/checkout@v2