Skip to content

Commit 929931f

Browse files
Remove Python 3.12 from the toolcache (actions#8510)
1 parent f35025b commit 929931f

File tree

7 files changed

+8
-16
lines changed

7 files changed

+8
-16
lines changed

images/linux/toolsets/toolset-2004.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"3.8.*",
1212
"3.9.*",
1313
"3.10.*",
14-
"3.11.*",
15-
"3.12.*"
14+
"3.11.*"
1615
]
1716
},
1817
{

images/linux/toolsets/toolset-2204.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"3.8.*",
1212
"3.9.*",
1313
"3.10.*",
14-
"3.11.*",
15-
"3.12.*"
14+
"3.11.*"
1615
]
1716
},
1817
{

images/macos/toolsets/toolset-11.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@
243243
"3.8.*",
244244
"3.9.*",
245245
"3.10.*",
246-
"3.11.*",
247-
"3.12.*"
246+
"3.11.*"
248247
]
249248
}
250249
}

images/macos/toolsets/toolset-12.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@
230230
"3.8.*",
231231
"3.9.*",
232232
"3.10.*",
233-
"3.11.*",
234-
"3.12.*"
233+
"3.11.*"
235234
]
236235
}
237236
}

images/macos/toolsets/toolset-13.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,12 @@
119119
"3.8.*",
120120
"3.9.*",
121121
"3.10.*",
122-
"3.11.*",
123-
"3.12.*"
122+
"3.11.*"
124123
]
125124
},
126125
"arm64": {
127126
"versions": [
128-
"3.11.*",
129-
"3.12.*"
127+
"3.11.*"
130128
]
131129
}
132130
}

images/win/toolsets/toolset-2019.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"3.8.*",
3939
"3.9.*",
4040
"3.10.*",
41-
"3.11.*",
42-
"3.12.*"
41+
"3.11.*"
4342
]
4443
},
4544
{

images/win/toolsets/toolset-2022.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"3.8.*",
3737
"3.9.*",
3838
"3.10.*",
39-
"3.11.*",
40-
"3.12.*"
39+
"3.11.*"
4140
]
4241
},
4342
{

0 commit comments

Comments
 (0)