From 43fd0411382b128e7ac580e43c86d13eb484ad4e Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 24 Oct 2024 02:06:24 +0200 Subject: [PATCH] CI: Add PyPy to Python test matrix --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a9284c4..83c0d0a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "pypy3.10"] steps: - uses: actions/checkout@v3