From 51bb5d5c5e2f43f2e5603b7947acd0aa91e009c2 Mon Sep 17 00:00:00 2001 From: Elliot Gunton Date: Mon, 16 Sep 2024 11:01:17 +0100 Subject: [PATCH] Remove 3.8 from status checks so #1202 can pass Signed-off-by: Elliot Gunton --- .github/workflows/cicd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index b207bd49..c20183cb 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-12] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] runs-on: ${{ matrix.os }} steps: @@ -62,7 +62,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] runs-on: ${{ matrix.os }}