We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdd061 commit 1764a2aCopy full SHA for 1764a2a
common/install_cpython.sh
@@ -67,9 +67,9 @@ function build_cpython {
67
check_var $py_ver
68
check_var $PYTHON_DOWNLOAD_URL
69
local py_ver_folder=$py_ver
70
- # Only beta version of 3.11 is available right now
+ # Only rc2 version of 3.11 is available right now
71
if [ "$py_ver" = "3.11.0" ]; then
72
- py_ver=$py_ver"b1"
+ py_ver=$py_ver"rc2"
73
fi
74
wget -q $PYTHON_DOWNLOAD_URL/$py_ver_folder/Python-$py_ver.tgz
75
if [ $(lex_pyver $py_ver) -lt $(lex_pyver 3.3) ]; then
0 commit comments