From c54ebc3cf22b962d725a1a12f3c906519b4892b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Noord?= <13665637+DanielNoord@users.noreply.github.com> Date: Tue, 1 Mar 2022 15:32:49 +0100 Subject: [PATCH] Also test on PyPy 3.7 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06945c50fb..0ead6e5d76 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -417,7 +417,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - python-version: ["pypy-3.6"] + python-version: ["pypy-3.6", "pypy-3.7"] outputs: python-key: ${{ steps.generate-python-key.outputs.key }} steps: @@ -462,7 +462,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["pypy-3.6"] + python-version: ["pypy-3.6", "pypy-3.7"] steps: - name: Check out code from GitHub uses: actions/checkout@v3.0.0