diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3941425..0db10fa 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v1 with: - python-version: 3.7.4 + python-version: 3.11 architecture: x64 - name: Checkout uses: actions/checkout@v1