From 1c17ab4981444bbcf2080f7a204caf8e6576db60 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 3 Oct 2023 07:59:32 +1100 Subject: [PATCH] Updated PyPy to 7.3.13 --- .github/workflows/wheels-linux.yml | 4 ++-- .github/workflows/wheels-macos.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/wheels-linux.yml b/.github/workflows/wheels-linux.yml index e5a7d0e50cc..8b2d9d451fb 100644 --- a/.github/workflows/wheels-linux.yml +++ b/.github/workflows/wheels-linux.yml @@ -20,8 +20,8 @@ jobs: fail-fast: false matrix: python: [ - "pypy3.9-7.3.12", - "pypy3.10-7.3.12", + "pypy3.9-7.3.13", + "pypy3.10-7.3.13", "3.8", "3.9", "3.10", diff --git a/.github/workflows/wheels-macos.yml b/.github/workflows/wheels-macos.yml index b4f7d6d81e1..c51abf39a11 100644 --- a/.github/workflows/wheels-macos.yml +++ b/.github/workflows/wheels-macos.yml @@ -20,8 +20,8 @@ jobs: fail-fast: false matrix: python: [ - "pypy3.9-7.3.12", - "pypy3.10-7.3.12", + "pypy3.9-7.3.13", + "pypy3.10-7.3.13", "3.8", "3.9", "3.10", @@ -30,9 +30,9 @@ jobs: ] platform: [ "x86_64", "arm64" ] exclude: - - python: "pypy3.9-7.3.12" + - python: "pypy3.9-7.3.13" platform: "arm64" - - python: "pypy3.10-7.3.12" + - python: "pypy3.10-7.3.13" platform: "arm64" env: PLAT: ${{ matrix.platform }}