Skip to content

Commit a5f2068

Browse files
authored
Use released version of 3.12 (#1568)
As it was released on Oct 6 2023: https://www.python.org/downloads/release/python-3120/
1 parent eebd2ce commit a5f2068

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

common/install_cpython.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ function build_cpython {
6464
check_var $py_ver
6565
check_var $PYTHON_DOWNLOAD_URL
6666
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
7167
wget -q $PYTHON_DOWNLOAD_URL/$py_ver_folder/Python-$py_ver.tgz
7268
do_cpython_build $py_ver none
7369
rm -f Python-$py_ver.tgz

0 commit comments

Comments
 (0)