From 153f0fd06d27a25a9162f9413e59565a5905e218 Mon Sep 17 00:00:00 2001 From: "Soroosh.Mani" Date: Mon, 27 Mar 2023 13:45:57 -0400 Subject: [PATCH] Remove python 3.7 as searvey doesn't support it --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 05a80927..f8295a56 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest ] - python-version: [ '3.7', '3.8', '3.9', '3.x' ] + python-version: [ '3.8', '3.9', '3.x' ] exclude: - os: macos-latest python-version: '3.x'