From ed280d406af69b63bd282c626507e9002125e68e Mon Sep 17 00:00:00 2001 From: mjwen Date: Tue, 14 Nov 2023 14:44:47 -0600 Subject: [PATCH] Remove 3.10 because a hardcode dependancy on numpy --- .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 c691afdf..39942eb9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ["3.8", "3.9", "3.10"] + python-version: ["3.8", "3.9"] steps: - uses: actions/checkout@v3