diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index eaf89e1..6a91a61 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8"] + python-version: ["3.11"] steps: - name: Checkout repository