From e6e4b5d2109974b093f558668d59a359778aec1c Mon Sep 17 00:00:00 2001 From: Burak Arslan Date: Tue, 10 Jan 2023 17:06:16 +0300 Subject: [PATCH] update python versions for run_tests.sh --- run_tests.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 96a812646..579fce648 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -62,10 +62,12 @@ if [ -z "$FN" ]; then declare -A URLS; URLS["cpy27"]="2.7.18/Python-2.7.18.tar.xz"; URLS["cpy36"]="3.6.15/Python-3.6.15.tar.xz"; - URLS["cpy37"]="3.7.12/Python-3.7.12.tar.xz"; - URLS["cpy38"]="3.8.12/Python-3.8.12.tar.xz"; - URLS["cpy39"]="3.9.10/Python-3.9.10.tar.xz"; - URLS["cpy310"]="3.10.2/Python-3.10.2.tar.xz"; + URLS["cpy37"]="3.7.16/Python-3.7.16.tar.xz"; + URLS["cpy38"]="3.8.16/Python-3.8.16.tar.xz"; + URLS["cpy39"]="3.9.16/Python-3.9.16.tar.xz"; + URLS["cpy310"]="3.10.9/Python-3.10.9.tar.xz"; + URLS["cpy311"]="3.11.1/Python-3.11.1.tar.xz"; + URLS["cpy312"]="3.12.0/Python-3.12.0.tar.xz"; URLS["jyt27"]="2.7.1/jython-installer-2.7.1.jar"; URLS["ipy27"]="ipy-2.7.4.zip";