From 5cde5e713c6c03778b3005741008966ae4802902 Mon Sep 17 00:00:00 2001 From: Daniel M Date: Sun, 16 Jul 2023 08:40:58 -0400 Subject: [PATCH] chore:update test to redis-py 5rc2 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97b6676d..7920e9a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: matrix: redis-image: [ "redis:6.2.12", "redis:7.0.11" ] python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ] - redis-py: [ "4.3.6", "4.5.5" , "4.6.0", "5.0.0rc1" ] + redis-py: [ "4.3.6", "4.5.5" , "4.6.0", "5.0.0rc2" ] include: - python-version: "3.11" redis-image: "redis:6.2.12"