From 6781e0876404411c82f7ef85163982922a9c8e8b Mon Sep 17 00:00:00 2001 From: jordanyono Date: Tue, 15 Oct 2024 14:12:33 -0400 Subject: [PATCH] remove py 3.7 --- .github/workflows/client-api-tests-and-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/client-api-tests-and-coverage.yml b/.github/workflows/client-api-tests-and-coverage.yml index 0f6085041..90fcf5e7e 100644 --- a/.github/workflows/client-api-tests-and-coverage.yml +++ b/.github/workflows/client-api-tests-and-coverage.yml @@ -134,7 +134,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python: ["3.8", "3.9", "3.10", "3.11"] defaults: run: working-directory: ./client