From 43b693972a4b2f5ffe00ecb21ec9cc46ab7a3352 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 17 Jun 2023 00:25:59 +1000 Subject: [PATCH] Added PyPy 3.10 and removed PyPy 3.8 --- .github/workflows/test-windows.yml | 4 ++-- .github/workflows/test.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 076b8083966..cab47b01f3d 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -28,10 +28,10 @@ jobs: architecture: ["x86", "x64"] include: # PyPy 7.3.4+ only ships 64-bit binaries for Windows - - python-version: "pypy3.8" - architecture: "x64" - python-version: "pypy3.9" architecture: "x64" + - python-version: "pypy3.10" + architecture: "x64" timeout-minutes: 30 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index afb8fb56c77..893c0d12c6d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,8 +29,8 @@ jobs: "ubuntu-latest", ] python-version: [ + "pypy3.10", "pypy3.9", - "pypy3.8", "3.12-dev", "3.11", "3.10",