Skip to content

Commit 10c12b3

Browse files
author
Chris Maunder
committed
Updated python version list
1 parent 16bcfd9 commit 10c12b3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/scripts/utils.sh

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,15 +1284,17 @@ function setupPython () {
12841284
"3.1") pythonPatchVersion="3.1.5";;
12851285
"3.2") pythonPatchVersion="3.2.6";;
12861286
"3.3") pythonPatchVersion="3.3.7";;
1287-
"3.4") pythonPatchVersion="3.4.19";;
1287+
"3.4") pythonPatchVersion="3.4.10";;
12881288
"3.5") pythonPatchVersion="3.5.10";;
12891289
"3.6") pythonPatchVersion="3.6.15";;
12901290
"3.7") pythonPatchVersion="3.7.17";;
1291-
"3.8") pythonPatchVersion="3.8.18";;
1292-
"3.9") pythonPatchVersion="3.9.18";;
1293-
"3.10") pythonPatchVersion="3.10.13";;
1294-
"3.11") pythonPatchVersion="3.11.5";;
1295-
"3.12") pythonPatchVersion="3.12.0";;
1291+
"3.8") pythonPatchVersion="3.8.20";;
1292+
"3.9") pythonPatchVersion="3.9.20";;
1293+
"3.10") pythonPatchVersion="3.10.15";;
1294+
"3.11") pythonPatchVersion="3.11.10";;
1295+
"3.12") pythonPatchVersion="3.12.7";;
1296+
"3.13") pythonPatchVersion="3.13.0";;
1297+
"3.14") pythonPatchVersion="3.14.0";;
12961298
*) pythonPatchVersion="${pythonVersion}.0"
12971299
esac
12981300

0 commit comments

Comments
 (0)