From e7c5fe21764f6f217da995bed4b34aeaf2650553 Mon Sep 17 00:00:00 2001 From: Selwin Ong Date: Mon, 28 Oct 2024 22:42:27 +0700 Subject: [PATCH] Drop Python 3.7 from test matrix --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 066a28f5..1a3f5bf3 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -35,7 +35,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] redis-version: [4, 5, 6, 7] redis-py-version: [3.5.0]