mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
Merge pull request #1749 from dmitry-shibanov/v-dmshib/add-python3.9-macOS
Add python 3.9.* installation for macOS
This commit is contained in:
@@ -220,7 +220,8 @@
|
|||||||
"3.5.*",
|
"3.5.*",
|
||||||
"3.6.*",
|
"3.6.*",
|
||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*"
|
"3.8.*",
|
||||||
|
"3.9.*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -129,7 +129,8 @@
|
|||||||
"3.5.*",
|
"3.5.*",
|
||||||
"3.6.*",
|
"3.6.*",
|
||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*"
|
"3.8.*",
|
||||||
|
"3.9.*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -68,7 +68,8 @@
|
|||||||
"platform" : "darwin",
|
"platform" : "darwin",
|
||||||
"versions": [
|
"versions": [
|
||||||
"3.7.*",
|
"3.7.*",
|
||||||
"3.8.*"
|
"3.8.*",
|
||||||
|
"3.9.*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user