Skip to content

Commit 5dd936b

Browse files
Merge pull request #95 from cachix/create-pull-request/patch
Update Python versions
2 parents b0c0702 + afc2b2a commit 5dd936b

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

versions.json

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -719,13 +719,29 @@
719719
"3.14.0": {
720720
"hash": "iNLaTu1C+ppfQv9YqLyJiIgb1sVH4pfkZoLCaHY4qFE=",
721721
"url": "https://www.python.org/ftp/python/3.14.0/Python-3.14.0.tgz"
722+
},
723+
"3.12.12": {
724+
"hash": "SHyQjd9Al6G5uoWfJf5G0izKq/szWID6rDBaxiv/t5s=",
725+
"url": "https://www.python.org/ftp/python/3.12.12/Python-3.12.12.tgz"
726+
},
727+
"3.11.14": {
728+
"hash": "Vj0qGypbpdVAm17NBaDhv5sCjPPmpvDIel3I3D8tkYI=",
729+
"url": "https://www.python.org/ftp/python/3.11.14/Python-3.11.14.tgz"
730+
},
731+
"3.10.19": {
732+
"hash": "oHj7LXohYHHrvi40tfU1Xda26bDNG6zEpBxjmQxaDuw=",
733+
"url": "https://www.python.org/ftp/python/3.10.19/Python-3.10.19.tgz"
734+
},
735+
"3.9.24": {
736+
"hash": "mjLPxoOuyq29ntiRrCr5RR/zf0igCi2OH07NnCof/cs=",
737+
"url": "https://www.python.org/ftp/python/3.9.24/Python-3.9.24.tgz"
722738
}
723739
},
724740
"latest": {
725-
"3.12": "3.12.11",
726-
"3.11": "3.11.13",
727-
"3.10": "3.10.18",
728-
"3.9": "3.9.23",
741+
"3.12": "3.12.12",
742+
"3.11": "3.11.14",
743+
"3.10": "3.10.19",
744+
"3.9": "3.9.24",
729745
"3.8": "3.8.20",
730746
"3.7": "3.7.17",
731747
"3.6": "3.6.15",

0 commit comments

Comments
 (0)