From b4c20b2f8f5ebe986b3af6821008ba3a209bd889 Mon Sep 17 00:00:00 2001 From: Chayim Date: Mon, 11 Jul 2022 10:58:45 +0300 Subject: [PATCH] Support for Pypy 3.7 in CI (#300) pypy3.7 in CI --- .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 4fe92d1..561f32d 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", "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: