Merge pull request #237 from moznuy/fix/ci

Fix CI
This commit is contained in:
Simon Prickett 2022-05-06 13:02:59 +01:00 committed by GitHub
commit 897bb3383e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ ubuntu-latest ] 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" ] redisstack: [ "latest" ]
fail-fast: false fail-fast: false
services: services: