Add python 3.10 to the toolcache (#4253)

This commit is contained in:
Mikhail Timofeev
2021-10-11 16:39:02 +03:00
committed by GitHub
parent 9f43e68092
commit 5425b6cf3d
3 changed files with 6 additions and 3 deletions

View File

@@ -24,7 +24,8 @@
"3.6.*",
"3.7.*",
"3.8.*",
"3.9.*"
"3.9.*",
"3.10.*"
],
"default": "3.7.*"
},

View File

@@ -24,7 +24,8 @@
"3.6.*",
"3.7.*",
"3.8.*",
"3.9.*"
"3.9.*",
"3.10.*"
],
"default": "3.7.*"
},

View File

@@ -18,7 +18,8 @@
"versions": [
"3.7.*",
"3.8.*",
"3.9.*"
"3.9.*",
"3.10.*"
],
"default": "3.9.*"
},