From 1d73633c25e9c1d0167d5e6033e5edf933440664 Mon Sep 17 00:00:00 2001 From: Serhii Charykov Date: Thu, 5 May 2022 18:00:35 +0300 Subject: [PATCH] Fix CI python version strings --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: