[Windows] add python3.11 to toolcache

This commit is contained in:
Mikhail Koliada
2022-10-25 12:55:17 +02:00
committed by Mikhail Koliada
parent d729869093
commit 1250493b2f
2 changed files with 8 additions and 4 deletions

View File

@@ -25,7 +25,8 @@
"3.7.*",
"3.8.*",
"3.9.*",
"3.10.*"
"3.10.*",
"3.11.*"
],
"default": "3.7.*"
},
@@ -40,7 +41,8 @@
"3.7.*",
"3.8.*",
"3.9.*",
"3.10.*"
"3.10.*",
"3.11.*"
]
},
{

View File

@@ -20,7 +20,8 @@
"3.7.*",
"3.8.*",
"3.9.*",
"3.10.*"
"3.10.*",
"3.11.*"
],
"default": "3.9.*"
},
@@ -33,7 +34,8 @@
"3.7.*",
"3.8.*",
"3.9.*",
"3.10.*"
"3.10.*",
"3.11.*"
]
},
{