Add python 3.10 to the toolcache (#4253)
This commit is contained in:
@@ -24,7 +24,8 @@
|
|||||||
"3.6.*",
|
"3.6.*",
|
||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*",
|
"3.8.*",
|
||||||
"3.9.*"
|
"3.9.*",
|
||||||
|
"3.10.*"
|
||||||
],
|
],
|
||||||
"default": "3.7.*"
|
"default": "3.7.*"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -24,7 +24,8 @@
|
|||||||
"3.6.*",
|
"3.6.*",
|
||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*",
|
"3.8.*",
|
||||||
"3.9.*"
|
"3.9.*",
|
||||||
|
"3.10.*"
|
||||||
],
|
],
|
||||||
"default": "3.7.*"
|
"default": "3.7.*"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"versions": [
|
"versions": [
|
||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*",
|
"3.8.*",
|
||||||
"3.9.*"
|
"3.9.*",
|
||||||
|
"3.10.*"
|
||||||
],
|
],
|
||||||
"default": "3.9.*"
|
"default": "3.9.*"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user