From 92c81c4da9e4e16a75e30ea17d183881db5bec07 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 1 Jul 2024 20:36:15 -0500 Subject: [PATCH] Drop Python 3.8 and 3.9 from testing --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8f5eaa4..c09064c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,10 +18,10 @@ jobs: fail-fast: true matrix: os: ["windows-latest", "ubuntu-latest", "macos-latest"] - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.10", "3.11", "3.12"] experimental: [false] include: - - python-version: "3.9" + - python-version: "3.12" os: "ubuntu-latest" experimental: true