diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e2e6ace..091475b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.7", "pypy3.8", "pypy3.9"] + python-version: ["3.6", "3.7", "3.8", "pypy3.7", "pypy3.8"] redis-version: [6] steps: @@ -61,7 +61,7 @@ jobs: strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7", "pypy3.8", "pypy3.9"] + python-version: ["3.12", "3.11", "3.10", "3.9", "pypy3.9"] redis-version: [6] steps: