From aaa68e29ffa84599f306984b0f95eaa212081e8f Mon Sep 17 00:00:00 2001 From: "@jmmshn" Date: Thu, 12 Oct 2023 11:08:06 -0700 Subject: [PATCH] removed 3.8 --- .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 a35c42a9..13bad371 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] env: PMG_MAPI_KEY: ${{ secrets.PMG_MAPI_KEY }}