From d36fec0e4db105c1e4526af655b6ce04d05875d7 Mon Sep 17 00:00:00 2001 From: Enrico Minack Date: Thu, 20 Feb 2025 10:07:14 +0100 Subject: [PATCH] Remove ubuntu 20.04 from CI, losses test coverage for Python 3.6 an 3.7 --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05901bd..9a6876a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,6 @@ jobs: # EOL Python versions include: > [ - {"os": "ubuntu-20.04", "python-version": "3.6"}, - {"os": "ubuntu-20.04", "python-version": "3.7"}, {"os": "ubuntu-22.04", "python-version": "3.8"}, ] @@ -132,7 +130,5 @@ jobs: # EOL Python versions include: > [ - {"os": "ubuntu-20.04", "python-version": "3.6"}, - {"os": "ubuntu-20.04", "python-version": "3.7"}, {"os": "ubuntu-22.04", "python-version": "3.8"}, ]