Skip to content

Commit 1764a2a

Browse files
malfetjithunnair-amd
authored andcommitted
Move to rc2 of 3.11 python (pytorch#1149)
Need it to get several convenience functions
1 parent 7fdd061 commit 1764a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/install_cpython.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ function build_cpython {
6767
check_var $py_ver
6868
check_var $PYTHON_DOWNLOAD_URL
6969
local py_ver_folder=$py_ver
70-
# Only beta version of 3.11 is available right now
70+
# Only rc2 version of 3.11 is available right now
7171
if [ "$py_ver" = "3.11.0" ]; then
72-
py_ver=$py_ver"b1"
72+
py_ver=$py_ver"rc2"
7373
fi
7474
wget -q $PYTHON_DOWNLOAD_URL/$py_ver_folder/Python-$py_ver.tgz
7575
if [ $(lex_pyver $py_ver) -lt $(lex_pyver 3.3) ]; then

0 commit comments

Comments
 (0)