Updated PyPy to 7.3.3

This commit is contained in:
Andrew Murray 2020-12-28 07:02:24 +11:00
parent da43be83bc
commit 7817c0c4b8

View File

@ -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::"