diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fe92d1..561f32d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - pyver: [ "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.8" ] + pyver: [ "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.8", "pypy-3.7" ] redisstack: [ "latest" ] fail-fast: false services: