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