From 6145c5b3836493d232daec0becd8f2eceb75d105 Mon Sep 17 00:00:00 2001 From: Alexander Graf <17130992+aandergr@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:26:10 +0200 Subject: [PATCH] Temporarily disable lint check on python 3.11 It fails due to a problem with installing dependencies, which is already fixed in a3dc75c04e873f560761f450df9344d139037a23. --- .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 665213a..cc3fd8e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10"] steps: - name: Checkout Instaloader Repository uses: actions/checkout@v2