Merge pull request #177 from radarhere/pypy

Updated PyPy to 7.3.3
This commit is contained in:
Andrew Murray 2020-12-28 07:54:22 +11:00 committed by GitHub
commit 802195dd3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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