Drop Python 3.7 from test matrix

This commit is contained in:
Selwin Ong 2024-10-28 22:42:27 +07:00
parent 3545ff3bf0
commit e7c5fe2176
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]