From 6a31d46b963f55d4fda8132dec2d5e5093920d9c Mon Sep 17 00:00:00 2001 From: Dominic Power Date: Mon, 25 Aug 2025 18:54:13 -0700 Subject: [PATCH] Update ingrid_ci.yml As discussed, removing support for python 3.8 and so removing it from the CI pipeline. --- .github/workflows/ingrid_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ingrid_ci.yml b/.github/workflows/ingrid_ci.yml index 0a12948..ff93fe7 100644 --- a/.github/workflows/ingrid_ci.yml +++ b/.github/workflows/ingrid_ci.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v3