Skip to content

Commit 543e7cb

Browse files
[macos] Add python 3.12 to toolcache (#8449)
1 parent 2fea4eb commit 543e7cb

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

images/macos/toolsets/toolset-11.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@
243243
"3.8.*",
244244
"3.9.*",
245245
"3.10.*",
246-
"3.11.*"
246+
"3.11.*",
247+
"3.12.*"
247248
]
248249
}
249250
}

images/macos/toolsets/toolset-12.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@
230230
"3.8.*",
231231
"3.9.*",
232232
"3.10.*",
233-
"3.11.*"
233+
"3.11.*",
234+
"3.12.*"
234235
]
235236
}
236237
}

images/macos/toolsets/toolset-13.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,14 @@
113113
"3.8.*",
114114
"3.9.*",
115115
"3.10.*",
116-
"3.11.*"
116+
"3.11.*",
117+
"3.12.*"
117118
]
118119
},
119120
"arm64": {
120121
"versions": [
121-
"3.11.*"
122+
"3.11.*",
123+
"3.12.*"
122124
]
123125
}
124126
}

0 commit comments

Comments
 (0)