Skip to content

Commit 239ac16

Browse files
removed cpython 3.14
1 parent d307933 commit 239ac16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/common/install_cpython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PYTHON_DOWNLOAD_URL=https://www.python.org/ftp/python
66
GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
77

88
# Python versions to be installed in /opt/$VERSION_NO
9-
CPYTHON_VERSIONS=${CPYTHON_VERSIONS:-"3.9.0 3.10.1 3.11.0 3.12.0 3.13.0 3.13.0t 3.14.0 3.14.0t"}
9+
CPYTHON_VERSIONS=${CPYTHON_VERSIONS:-"3.9.0 3.10.1 3.11.0 3.12.0 3.13.0 3.13.0t"}
1010

1111
function check_var {
1212
if [ -z "$1" ]; then

0 commit comments

Comments
 (0)