[macOS] Add python 3.10 to the toolcache (#4254)

This commit is contained in:
Mikhail Timofeev
2021-10-11 16:42:35 +03:00
committed by GitHub
parent 5425b6cf3d
commit b9c994fd6c
4 changed files with 8 additions and 4 deletions

View File

@@ -302,7 +302,8 @@
"3.6.*",
"3.7.*",
"3.8.*",
"3.9.*"
"3.9.*",
"3.10.*"
]
},
{

View File

@@ -253,7 +253,8 @@
"3.6.*",
"3.7.*",
"3.8.*",
"3.9.*"
"3.9.*",
"3.10.*"
]
},
{

View File

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

View File

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