From 7ad4bcbee48c6c828f5896c9b5a690d014780d44 Mon Sep 17 00:00:00 2001 From: Jun Luo <4catcode@gmail.com> Date: Wed, 23 Oct 2024 18:32:14 +0800 Subject: [PATCH] more test --- .github/workflows/ci.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57384e8..1a37e85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,19 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.13", "3.13"] + python-version: + [ + "3.7", + "3.8", + "3.9", + "3.10", + "3.11", + "3.13", + "3.13", + "pypy3.8", + "pypy3.9", + "pypy3.10", + ] steps: - uses: actions/checkout@v3 - uses: actions/setup-python@v4