We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebd2ce commit a5f2068Copy full SHA for a5f2068
common/install_cpython.sh
@@ -64,10 +64,6 @@ function build_cpython {
64
check_var $py_ver
65
check_var $PYTHON_DOWNLOAD_URL
66
local py_ver_folder=$py_ver
67
- # Only b2 version of 3.12 is available right now
68
- if [ "$py_ver" = "3.12.0" ]; then
69
- py_ver=$py_ver"b2"
70
- fi
71
wget -q $PYTHON_DOWNLOAD_URL/$py_ver_folder/Python-$py_ver.tgz
72
do_cpython_build $py_ver none
73
rm -f Python-$py_ver.tgz
0 commit comments