From 7817c0c4b8f5b0142c7fd5ddc94464285464c551 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 28 Dec 2020 07:02:24 +1100 Subject: [PATCH] Updated PyPy to 7.3.3 --- .github/workflows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.sh b/.github/workflows/build.sh index 83b457af0..017bcc3ed 100755 --- a/.github/workflows/build.sh +++ b/.github/workflows/build.sh @@ -18,7 +18,7 @@ echo "::group::Install a virtualenv" source multibuild/common_utils.sh source multibuild/travis_steps.sh # can't use default 7.3.1 on macOS due to https://foss.heptapod.net/pypy/pypy/-/issues/3229 - LATEST_PP_7p3=7.3.2 + LATEST_PP_7p3=7.3.3 python3 -m pip install virtualenv before_install echo "::endgroup::"