Merge pull request #324 from radarhere/rc2

This commit is contained in:
Hugo van Kemenade 2022-09-12 16:57:03 +03:00 committed by GitHub
commit 9bda174be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ fi
echo "::group::Install a virtualenv"
source multibuild/common_utils.sh
source multibuild/travis_steps.sh
export LATEST_3p11="3.11.0rc1"
export LATEST_3p11="3.11.0rc2"
python3 -m pip install virtualenv
before_install
echo "::endgroup::"