From 1185c2aed064dd7f8b99be403c4b4d36da5bd510 Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Wed, 16 Nov 2022 16:59:29 -0800 Subject: [PATCH] Use official Python-3.11 tag --- common/install_cpython.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/install_cpython.sh b/common/install_cpython.sh index f1db35a4c..f0078648e 100755 --- a/common/install_cpython.sh +++ b/common/install_cpython.sh @@ -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