Fix CI python version strings

This commit is contained in:
Serhii Charykov 2022-05-05 18:00:35 +03:00
parent c2339b397a
commit 1d73633c25

View file

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