From 59aa2bed4c5a9d2fb4debc491a355acaf6bdbfea Mon Sep 17 00:00:00 2001 From: "Caleb P. Burns" <2126043+cpburnz@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:52:31 -0400 Subject: [PATCH] Update ci.yaml Add PyPy 3.10 to CI --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3d8bbff..43f3f97 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,8 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu, macos, windows] - python: ["3.8", "3.9", "3.10", "3.11", "3.12", - "pypy-3.8", "pypy-3.9"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8", "pypy-3.9", "pypy-3.10"] steps: - uses: actions/checkout@v4