From 15c473e92f3e8b6100799e1048b5465891b6b982 Mon Sep 17 00:00:00 2001 From: A5rocks Date: Thu, 29 Aug 2024 13:36:13 +0900 Subject: [PATCH] Test PyPy 3.10 on both Windows and MacOS --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f89180d4bd..074943ec63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python: ['pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12'] arch: ['x86', 'x64'] lsp: [''] lsp_extract_file: [''] @@ -143,7 +143,7 @@ jobs: strategy: fail-fast: false matrix: - python: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python: ['pypy-3.10', '3.8', '3.9', '3.10', '3.11', '3.12'] continue-on-error: >- ${{ (