From 04467fdf99e55cb4e403f891fee92d9a91ebf8c0 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 28 Mar 2023 12:23:26 +0200 Subject: [PATCH] Refs #348 -- Skip PY311 tests until redis-py fixes compatibility. --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5904f32..fee857d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,8 @@ jobs: - 3.8 - 3.9 - "3.10" - - "3.11" + # Refs #348 - skip Python 3.11 until redis-py >= 4.5.4 (or Python 3.11.3) + # - "3.11" services: redis: image: redis