diff --git a/.forgejo/workflows/pylint.yaml b/.forgejo/workflows/pylint.yaml index 1a9f418..8aeb466 100644 --- a/.forgejo/workflows/pylint.yaml +++ b/.forgejo/workflows/pylint.yaml @@ -6,7 +6,7 @@ jobs: runs-on: docker strategy: matrix: - python-version: ["3.10"] + python-version: ["3.11"] container: catthehacker/ubuntu:act-latest steps: - name: Checkout