From 548c0ed5e1ffaca4694120124a35e94fae8d119d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Hovm=C3=B6ller?= Date: Tue, 14 Jan 2025 03:18:44 +0100 Subject: [PATCH] Remove testing of EOL python versions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 41637cf5..cc295fdd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8", "3.7"] + python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"] steps: - name: Checkout uses: actions/checkout@v3