From 2e807a190431f3f21dd9d147ea27c636df52f61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 22 May 2022 18:09:18 +0200 Subject: github: Add all pypy3 versions to test matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af6b81c..91ca779 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-beta - 3.11"] + python: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11.0-beta - 3.11", "pypy-3.7", "pypy-3.8", "pypy-3.9"] steps: - name: Checkout source code uses: actions/checkout@v2 -- cgit v1.2.1