From b543720eef628ed46d2f3aed14f7e4b40018a9cc Mon Sep 17 00:00:00 2001 From: Uriel Mandujano Date: Mon, 30 Oct 2023 16:11:14 -0500 Subject: [PATCH] removing EOL python3.7 from workflows --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d905e76..183d465 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,6 @@ jobs: strategy: matrix: python-version: - - "3.7" - "3.8" - "3.9" - "3.10"