[windows] Add python 3.12 to toolcache (#8451)

This commit is contained in:
Shamil Mubarakshin
2023-10-03 21:20:02 +02:00
committed by GitHub
parent 44b47c7bae
commit f444d7b666
2 changed files with 8 additions and 4 deletions

View File

@@ -23,7 +23,8 @@
"3.8.*", "3.8.*",
"3.9.*", "3.9.*",
"3.10.*", "3.10.*",
"3.11.*" "3.11.*",
"3.12.*"
], ],
"default": "3.7.*" "default": "3.7.*"
}, },
@@ -37,7 +38,8 @@
"3.8.*", "3.8.*",
"3.9.*", "3.9.*",
"3.10.*", "3.10.*",
"3.11.*" "3.11.*",
"3.12.*"
] ]
}, },
{ {

View File

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