From 25056ca6f3069904344f4e27bf8d7090b0a06dc2 Mon Sep 17 00:00:00 2001 From: Rath Pascal Date: Sat, 15 Feb 2025 13:17:03 +0100 Subject: [PATCH] update ci --- .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 84466e5..ee7e3b7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,7 +39,7 @@ jobs: - name: Install python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' - name: Install dependencies run: |