[macos] Add python 3.12 to toolcache (#8449)

This commit is contained in:
Shamil Mubarakshin
2023-10-04 17:23:04 +02:00
committed by GitHub
parent 2fea4ebd8d
commit 543e7cbf49
3 changed files with 8 additions and 4 deletions

View File

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

View File

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

View File

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