Skip to content

Commit f444d7b

Browse files
[windows] Add python 3.12 to toolcache (#8451)
1 parent 44b47c7 commit f444d7b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

images/win/toolsets/toolset-2019.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"3.8.*",
2424
"3.9.*",
2525
"3.10.*",
26-
"3.11.*"
26+
"3.11.*",
27+
"3.12.*"
2728
],
2829
"default": "3.7.*"
2930
},
@@ -37,7 +38,8 @@
3738
"3.8.*",
3839
"3.9.*",
3940
"3.10.*",
40-
"3.11.*"
41+
"3.11.*",
42+
"3.12.*"
4143
]
4244
},
4345
{

images/win/toolsets/toolset-2022.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"3.8.*",
2222
"3.9.*",
2323
"3.10.*",
24-
"3.11.*"
24+
"3.11.*",
25+
"3.12.*"
2526
],
2627
"default": "3.9.*"
2728
},
@@ -35,7 +36,8 @@
3536
"3.8.*",
3637
"3.9.*",
3738
"3.10.*",
38-
"3.11.*"
39+
"3.11.*",
40+
"3.12.*"
3941
]
4042
},
4143
{

0 commit comments

Comments
 (0)