Remove Python 3.12 from the toolcache (#8510)

This commit is contained in:
Alexey-Ayupov
2023-10-10 16:14:09 +02:00
committed by GitHub
parent f35025b90e
commit 929931f617
7 changed files with 8 additions and 16 deletions

View File

@@ -11,8 +11,7 @@
"3.8.*", "3.8.*",
"3.9.*", "3.9.*",
"3.10.*", "3.10.*",
"3.11.*", "3.11.*"
"3.12.*"
] ]
}, },
{ {

View File

@@ -11,8 +11,7 @@
"3.8.*", "3.8.*",
"3.9.*", "3.9.*",
"3.10.*", "3.10.*",
"3.11.*", "3.11.*"
"3.12.*"
] ]
}, },
{ {

View File

@@ -243,8 +243,7 @@
"3.8.*", "3.8.*",
"3.9.*", "3.9.*",
"3.10.*", "3.10.*",
"3.11.*", "3.11.*"
"3.12.*"
] ]
} }
} }

View File

@@ -230,8 +230,7 @@
"3.8.*", "3.8.*",
"3.9.*", "3.9.*",
"3.10.*", "3.10.*",
"3.11.*", "3.11.*"
"3.12.*"
] ]
} }
} }

View File

@@ -119,14 +119,12 @@
"3.8.*", "3.8.*",
"3.9.*", "3.9.*",
"3.10.*", "3.10.*",
"3.11.*", "3.11.*"
"3.12.*"
] ]
}, },
"arm64": { "arm64": {
"versions": [ "versions": [
"3.11.*", "3.11.*"
"3.12.*"
] ]
} }
} }

View File

@@ -38,8 +38,7 @@
"3.8.*", "3.8.*",
"3.9.*", "3.9.*",
"3.10.*", "3.10.*",
"3.11.*", "3.11.*"
"3.12.*"
] ]
}, },
{ {

View File

@@ -36,8 +36,7 @@
"3.8.*", "3.8.*",
"3.9.*", "3.9.*",
"3.10.*", "3.10.*",
"3.11.*", "3.11.*"
"3.12.*"
] ]
}, },
{ {