Skip to content

Commit

Permalink
chore:remove py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Nov 2, 2024
1 parent b4eb93d commit 26495c5
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 155 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
redis-image: [ "redis:6.2.14", "redis:7.0.15", "redis:7.4.0" ]
python-version: [ "3.8", "3.9", "3.11", "3.12" ]
python-version: [ "3.9", "3.11", "3.12" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.8", "5.2.0" ]
include:
- python-version: "3.12"
Expand Down
Loading

0 comments on commit 26495c5

Please sign in to comment.