From 96b9d775126ad7a8e3801c7c3f6ff42691a7195b Mon Sep 17 00:00:00 2001 From: Pawel Lampe Date: Mon, 21 Oct 2024 21:23:13 +0200 Subject: [PATCH] Drop Python 3.8 from testing matrix --- .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 bfc71ff5..e2cab79e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [3.8, 3.9, '3.10', '3.11', '3.12'] + python-version: [3.9, '3.10', '3.11', '3.12'] os: [ubuntu-latest, windows-latest, macos-latest] steps: