Remove python 3.7 from test matrix

This commit is contained in:
Yibo Wei 2024-08-12 20:31:46 -05:00
parent 56e0dc7268
commit 216da37a6d
1 changed files with 1 additions and 1 deletions

View File

@ -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]