diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1826285..1765da7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.5, 3.6, 3.7, 3.8] + python-version: [3.8] steps: - name: Checkout Instaloader Repository uses: actions/checkout@v2