diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e0d4d64..b523d931 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: fail-fast: false matrix: redis-image: [ "redis:6.2.14", "redis:7.0.15", "redis:7.4.0" ] - python-version: [ "3.9", "3.11", "3.12" ] + python-version: [ "3.9", "3.11", "3.12", "3.13" ] redis-py: [ "4.3.6", "4.6.0", "5.0.8", "5.2.0" ] include: - python-version: "3.12"