Skip to content

Commit

Permalink
Use official Python-3.11 tag (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet authored Nov 17, 2022
1 parent bd42d5c commit cd2573d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common/install_cpython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ function build_cpython {
check_var $py_ver
check_var $PYTHON_DOWNLOAD_URL
local py_ver_folder=$py_ver
# Only rc2 version of 3.11 is available right now
if [ "$py_ver" = "3.11.0" ]; then
py_ver=$py_ver"rc2"
fi
wget -q $PYTHON_DOWNLOAD_URL/$py_ver_folder/Python-$py_ver.tgz
if [ $(lex_pyver $py_ver) -lt $(lex_pyver 3.3) ]; then
do_cpython_build $py_ver ucs2
Expand Down

0 comments on commit cd2573d

Please sign in to comment.