From c656431ce35eb3c66b835dc91da012a700590514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 5 Mar 2025 00:03:45 +0100 Subject: [PATCH] CI: Drop Python 3.7 as it has been removed from Fedora 40 --- .github/workflows/main.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b03b902..5bd183e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,8 +23,6 @@ jobs: # (see https://github.com/fedora-python/tox-github-action/issues/8) # Generate it by: tox -l | sed "s/^/- /" - py36-tox3 - - py37-tox3 - - py37-tox4 - py38-tox3 - py38-tox4 - py39-tox3