From a5f2068c2597a6be55159fb5aaa3bf361ccea621 Mon Sep 17 00:00:00 2001 From: Nikita Shulga <2453524+malfet@users.noreply.github.com> Date: Sun, 8 Oct 2023 22:11:41 -0700 Subject: [PATCH] Use released version of 3.12 (#1568) As it was released on Oct 6 2023: https://www.python.org/downloads/release/python-3120/ --- common/install_cpython.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/common/install_cpython.sh b/common/install_cpython.sh index 8347822b6..67bffe36f 100755 --- a/common/install_cpython.sh +++ b/common/install_cpython.sh @@ -64,10 +64,6 @@ function build_cpython { check_var $py_ver check_var $PYTHON_DOWNLOAD_URL local py_ver_folder=$py_ver - # Only b2 version of 3.12 is available right now - if [ "$py_ver" = "3.12.0" ]; then - py_ver=$py_ver"b2" - fi wget -q $PYTHON_DOWNLOAD_URL/$py_ver_folder/Python-$py_ver.tgz do_cpython_build $py_ver none rm -f Python-$py_ver.tgz