From badfa9c99e07fa3faf09c276cd1f8bc3745e5b9a Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Wed, 16 Apr 2025 09:25:44 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=20=20GitHub=20Actions:=20Don't=20test?= =?UTF-8?q?=20on=20Python=203.8=20anymore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 387f7a2..277d4ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ] + python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ] runs-on: "ubuntu-latest"