Skip to content

Commit c6597d1

Browse files
committed
Build: update build tools
Closes #12094
1 parent e11c7e2 commit c6597d1

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

readthedocs/builds/constants_docker.py

+14-11
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"3.6": "3.6.15",
3535
"3.7": "3.7.17",
3636
"3.8": "3.8.20",
37-
"3.9": "3.9.20",
38-
"3.10": "3.10.15",
39-
"3.11": "3.11.10",
40-
"3.12": "3.12.7",
41-
"3.13": "3.13.0",
37+
"3.9": "3.9.22",
38+
"3.10": "3.10.17",
39+
"3.11": "3.11.12",
40+
"3.12": "3.12.10",
41+
"3.13": "3.13.3",
4242
"miniconda3-4.7": "miniconda3-4.7.12",
4343
"miniconda3-3.12-24.1": "miniconda3-3.12-24.1.2-0",
4444
"miniconda3-3.12-24.9": "miniconda3-3.12-24.9.2-0",
@@ -49,14 +49,15 @@
4949
"nodejs": {
5050
"14": "14.21.3",
5151
"16": "16.20.2",
52-
"18": "18.20.4",
52+
"18": "18.20.8",
5353
"19": "19.9.0",
54-
"20": "20.18.0",
55-
"22": "22.11.0", # LTS
56-
"23": "23.1.0",
54+
"20": "20.19.1",
55+
"22": "22.15.0", # LTS
56+
"23": "23.11.0",
5757
},
5858
"ruby": {
5959
"3.3": "3.3.5",
60+
"3.4": "3.4.3",
6061
},
6162
"rust": {
6263
"1.55": "1.55.0",
@@ -66,15 +67,17 @@
6667
"1.75": "1.75.0",
6768
"1.78": "1.78.0",
6869
"1.82": "1.82.0",
70+
"1.86": "1.86.0",
6971
},
7072
"golang": {
7173
"1.17": "1.17.13",
7274
"1.18": "1.18.10",
7375
"1.19": "1.19.13",
7476
"1.20": "1.20.14",
7577
"1.21": "1.21.13",
76-
"1.22": "1.22.8",
77-
"1.23": "1.23.2",
78+
"1.22": "1.22.12",
79+
"1.23": "1.23.8",
80+
"1.24": "1.24.2",
7881
},
7982
},
8083
}

0 commit comments

Comments
 (0)