Revert "Remove Python 3.12 from the toolcache (#8510)" (#8638)

This reverts commit 929931f617.

Co-authored-by: Alexey Ayupov <“alexey.ayupov@akvelon.com”>
This commit is contained in:
Alexey-Ayupov
2023-10-23 21:49:38 +02:00
committed by GitHub
parent d818bf1a01
commit e4a68e6300
7 changed files with 16 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -122,12 +122,14 @@
"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,7 +38,8 @@
"3.8.*", "3.8.*",
"3.9.*", "3.9.*",
"3.10.*", "3.10.*",
"3.11.*" "3.11.*",
"3.12.*"
] ]
}, },
{ {

View File

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