Skip to content

Commit b4c20b2

Browse files
authored
Support for Pypy 3.7 in CI (#300)
pypy3.7 in CI
1 parent d604797 commit b4c20b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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", "3.10", "pypy-3.8" ]
76+
pyver: [ "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.8", "pypy-3.7" ]
7777
redisstack: [ "latest" ]
7878
fail-fast: false
7979
services:

0 commit comments

Comments
 (0)