Skip to content

Commit

Permalink
Use released version of 3.12 (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet authored Oct 9, 2023
1 parent eebd2ce commit a5f2068
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 @@ -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
Expand Down

0 comments on commit a5f2068

Please sign in to comment.