Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Updated Python 3.11 to rc1 #318

Merged
merged 1 commit into from
Sep 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fi
echo "::group::Install a virtualenv"
source multibuild/common_utils.sh
source multibuild/travis_steps.sh
export LATEST_3p11="3.11.0rc1"
python3 -m pip install virtualenv
before_install
echo "::endgroup::"
Expand Down