diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index f6e8dd32..eeadcc6a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -30,9 +30,6 @@ jobs: # Install supported Python versions. Keep in sync with noxfile.py as # much as possible, however, GitHub Actions eventually drops support # for EOL Python versions, at which point we can't test them in CI. - - uses: actions/setup-python@v5 - with: - python-version: "3.7" - uses: actions/setup-python@v5 with: python-version: "3.8"