Skip to content

Commit

Permalink
Revert "Remove python 3.7 from test matrix"
Browse files Browse the repository at this point in the history
This reverts commit 216da37.
  • Loading branch information
terencehonles committed Aug 28, 2024
1 parent a59cb15 commit 2ddf1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
redis-version: [4, 5, 6, 7]
redis-py-version: [3.5.0]

Expand Down

0 comments on commit 2ddf1bb

Please sign in to comment.