From a64711fa9891d3ce5f9d5ec3163e203c7cd3c2e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?= Date: Sun, 3 Sep 2023 11:09:34 +0000 Subject: [PATCH] Add testing for PyPy 3.9 and 3.19 --- .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 005cc9f..3466e45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: strategy: matrix: os: ["ubuntu-latest"] - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-beta.2"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12.0-beta.2", "pypy3.9", "pypy3.10", ] include: - os: windows-latest python-version: '3.8'