From c45040a912a0359ff35b2d2f7deb2741729ce4d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Sat, 7 Oct 2023 22:21:16 +0200 Subject: [PATCH] Test also on PyPy 3.9 and 3.10 --- .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 d12cf01..ee6e570 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8' ] + python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10' ] exclude: - os: macos-latest python-version: 3.8