Support for Pypy 3.7 in CI (#300)

pypy3.7 in CI
This commit is contained in:
Chayim 2022-07-11 10:58:45 +03:00 committed by GitHub
parent d604797d9d
commit b4c20b2f8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: