Skip to content

Commit 58b174c

Browse files
author
Alexey Ayupov
committed
Revert "Remove Python 3.12 from the toolcache (actions#8510)"
This reverts commit 929931f.
1 parent d818bf1 commit 58b174c

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed

images/linux/toolsets/toolset-2004.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"3.8.*",
1212
"3.9.*",
1313
"3.10.*",
14-
"3.11.*"
14+
"3.11.*",
15+
"3.12.*"
1516
]
1617
},
1718
{

images/linux/toolsets/toolset-2204.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"3.8.*",
1212
"3.9.*",
1313
"3.10.*",
14-
"3.11.*"
14+
"3.11.*",
15+
"3.12.*"
1516
]
1617
},
1718
{

images/macos/toolsets/toolset-11.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@
246246
"3.8.*",
247247
"3.9.*",
248248
"3.10.*",
249-
"3.11.*"
249+
"3.11.*",
250+
"3.12.*"
250251
]
251252
}
252253
}

images/macos/toolsets/toolset-12.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@
233233
"3.8.*",
234234
"3.9.*",
235235
"3.10.*",
236-
"3.11.*"
236+
"3.11.*",
237+
"3.12.*"
237238
]
238239
}
239240
}

images/macos/toolsets/toolset-13.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,14 @@
122122
"3.8.*",
123123
"3.9.*",
124124
"3.10.*",
125-
"3.11.*"
125+
"3.11.*",
126+
"3.12.*"
126127
]
127128
},
128129
"arm64": {
129130
"versions": [
130-
"3.11.*"
131+
"3.11.*",
132+
"3.12.*"
131133
]
132134
}
133135
}

images/win/toolsets/toolset-2019.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"3.8.*",
3939
"3.9.*",
4040
"3.10.*",
41-
"3.11.*"
41+
"3.11.*",
42+
"3.12.*"
4243
]
4344
},
4445
{

images/win/toolsets/toolset-2022.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"3.8.*",
3737
"3.9.*",
3838
"3.10.*",
39-
"3.11.*"
39+
"3.11.*",
40+
"3.12.*"
4041
]
4142
},
4243
{

0 commit comments

Comments
 (0)