Skip to content

Commit f97f7fc

Browse files
committed
maint:update to redis-py 5.1.0
1 parent 8a048c6 commit f97f7fc

File tree

3 files changed

+204
-172
lines changed

3 files changed

+204
-172
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,21 +58,21 @@ jobs:
5858
matrix:
5959
redis-image: [ "redis:6.2.14", "redis:7.0.15", "redis:7.4.0" ]
6060
python-version: [ "3.8", "3.9", "3.11", "3.12" ]
61-
redis-py: [ "4.3.6", "4.6.0", "5.0.8", "5.1.0b7" ]
61+
redis-py: [ "4.3.6", "4.6.0", "5.0.8", "5.1.0" ]
6262
include:
6363
- python-version: "3.12"
6464
redis-image: "valkey/valkey:8.0"
65-
redis-py: "5.0.8"
65+
redis-py: "5.1.0"
6666
extra: "lua"
6767
hypothesis: true
6868
- python-version: "3.12"
6969
redis-image: "redis/redis-stack-server:6.2.6-v15"
70-
redis-py: "5.0.8"
70+
redis-py: "5.1.0"
7171
extra: "json, bf, lua, cf"
7272
hypothesis: true
7373
- python-version: "3.12"
7474
redis-image: "redis/redis-stack-server:7.4.0-v0"
75-
redis-py: "5.0.8"
75+
redis-py: "5.1.0"
7676
extra: "json, bf, lua, cf"
7777
coverage: true
7878
hypothesis: true

0 commit comments

Comments
 (0)