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

Commit 2ee3cd2

Browse files
authored
Merge pull request #336 from radarhere/python311
Python 3.11 has been released
2 parents 61d40c9 + badd6a7 commit 2ee3cd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fi
2626
echo "::group::Install a virtualenv"
2727
source multibuild/common_utils.sh
2828
source multibuild/travis_steps.sh
29-
export LATEST_3p11="3.11.0rc2"
29+
export LATEST_3p11="3.11.0"
3030
python3 -m pip install virtualenv
3131
before_install
3232
echo "::endgroup::"

0 commit comments

Comments
 (0)