From 59382622275861355a321b6c8247ca426dd62a99 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 27 Apr 2026 00:59:28 +0200 Subject: [PATCH] Avoid 3.8/3.9 in tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddcc4b52..39044aa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,8 @@ jobs: strategy: matrix: os: [ubuntu-24.04, windows-2022] - python-version: ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8"] - environment: ['3.8', '3.13', '3.12', '3.11', '3.10', '3.9', 'interpreter'] + python-version: ["3.13", "3.12", "3.11", "3.10"] + environment: ['3.13', '3.12', '3.11', '3.10', 'interpreter'] steps: - name: Checkout code uses: actions/checkout@v4