Skip to content

Commit 1d73633

Browse files
committed
Fix CI python version strings
1 parent c2339b3 commit 1d73633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
matrix:
7575
os: [ ubuntu-latest ]
76-
pyver: [ 3.6, 3.7, 3.8, 3.9, pypy3 ]
76+
pyver: [ "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.8" ]
7777
redisstack: [ "latest" ]
7878
fail-fast: false
7979
services:

0 commit comments

Comments
 (0)