From e52742c7236d79c721a941b7771de9a5dc3471eb Mon Sep 17 00:00:00 2001 From: Steve Phelps Date: Mon, 23 Oct 2023 09:35:32 +0100 Subject: [PATCH] remov python 3.8 from test matrix --- .github/workflows/conda_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda_test.yml b/.github/workflows/conda_test.yml index 33f1686..af92ca9 100644 --- a/.github/workflows/conda_test.yml +++ b/.github/workflows/conda_test.yml @@ -20,7 +20,7 @@ jobs: matrix: os: [ ubuntu-latest, windows-latest ] # python: [ '3.8', '3.9', '3.10', '3.11' ] - python: [ '3.8', '3.9', '3.10' ] + python: [ '3.9', '3.10' ] steps: