From c08eda4a365d47a7875f253e2e519db61c36d12a Mon Sep 17 00:00:00 2001 From: Stian Molvik <36161719+smolvik1@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:29:10 +0100 Subject: [PATCH] Removed python 3.8 testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3634ed9..c5ec5a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: pytest: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] runs-on: ubuntu-latest steps: