Updated Python 3.11 to rc2

This commit is contained in:
Andrew Murray 2022-09-02 08:12:36 +10:00
parent 3be714f814
commit a9ef399b11

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