Temporarily disable lint check on python 3.11

It fails due to a problem with installing dependencies, which is already
fixed in a3dc75c04e873f560761f450df9344d139037a23.
This commit is contained in:
Alexander Graf 2023-10-16 08:26:10 +02:00
parent 8bc35cf3a1
commit 6145c5b383

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"] python-version: ["3.8", "3.9", "3.10"]
steps: steps:
- name: Checkout Instaloader Repository - name: Checkout Instaloader Repository
uses: actions/checkout@v2 uses: actions/checkout@v2