From e16076f970d4b008f8e19cb879e2f47685b56a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sun, 26 Jan 2025 13:53:06 +0100 Subject: [PATCH] ci: drop python 3.7 The latest GitHub actions does not support it anymore. --- .github/workflows/check.yml | 3 --- 1 file changed, 3 deletions(-) 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"