mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-29 21:07:59 +08:00
Add python 3.10 to the toolcache (#4253)
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
"3.6.*",
|
||||
"3.7.*",
|
||||
"3.8.*",
|
||||
"3.9.*"
|
||||
"3.9.*",
|
||||
"3.10.*"
|
||||
],
|
||||
"default": "3.7.*"
|
||||
},
|
||||
|
||||
@@ -24,7 +24,8 @@
|
||||
"3.6.*",
|
||||
"3.7.*",
|
||||
"3.8.*",
|
||||
"3.9.*"
|
||||
"3.9.*",
|
||||
"3.10.*"
|
||||
],
|
||||
"default": "3.7.*"
|
||||
},
|
||||
|
||||
@@ -18,7 +18,8 @@
|
||||
"versions": [
|
||||
"3.7.*",
|
||||
"3.8.*",
|
||||
"3.9.*"
|
||||
"3.9.*",
|
||||
"3.10.*"
|
||||
],
|
||||
"default": "3.9.*"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user