diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d84b979..c19a81a 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, pypy3 ] + pyver: [ "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.8" ] redisstack: [ "latest" ] fail-fast: false services: