From 48e219ff2103e929fe8d2a3eba1cd25a9135ca45 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 8 Feb 2021 20:54:53 +1100 Subject: [PATCH] Updated PyPy 3.6 to 7.3.3 --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index bad06ff93..869cc88f0 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-16.04", "macos-latest" ] - python: [ "pypy3.7-7.3.3","pypy3.6-7.3", "3.6", "3.7", "3.8", "3.9" ] + python: [ "pypy3.7-7.3.3","pypy3.6-7.3.3", "3.6", "3.7", "3.8", "3.9" ] platform: [ "x86_64", "i686" ] macos-target: [ "10.10" ] exclude: @@ -65,7 +65,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-16.04", "macos-latest" ] - python: [ "pypy3.7-7.3.3", "pypy3.6-7.3", "3.6", "3.7", "3.8", "3.9" ] + python: [ "pypy3.7-7.3.3", "pypy3.6-7.3.3", "3.6", "3.7", "3.8", "3.9" ] platform: [ "x86_64", "i686" ] macos-target: [ "10.10" ] exclude: