From a4327080ce5ad4740588e12cef7d9a45fb14b6ab Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Thu, 18 Apr 2024 14:17:35 +0930 Subject: [PATCH] TST: Update testing workflow --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 629b529..2a66ba8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [macos-12, ubuntu-latest] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - uses: "actions/checkout@v3"