Skip to content

Commit

Permalink
maint:update to redis-py 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Sep 27, 2024
1 parent 8a048c6 commit f97f7fc
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 172 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@ jobs:
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" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.8", "5.1.0b7" ]
redis-py: [ "4.3.6", "4.6.0", "5.0.8", "5.1.0" ]
include:
- python-version: "3.12"
redis-image: "valkey/valkey:8.0"
redis-py: "5.0.8"
redis-py: "5.1.0"
extra: "lua"
hypothesis: true
- python-version: "3.12"
redis-image: "redis/redis-stack-server:6.2.6-v15"
redis-py: "5.0.8"
redis-py: "5.1.0"
extra: "json, bf, lua, cf"
hypothesis: true
- python-version: "3.12"
redis-image: "redis/redis-stack-server:7.4.0-v0"
redis-py: "5.0.8"
redis-py: "5.1.0"
extra: "json, bf, lua, cf"
coverage: true
hypothesis: true
Expand Down
Loading

0 comments on commit f97f7fc

Please sign in to comment.