mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
Merge pull request #1747 from dmitry-shibanov/v-dmshib/add-python3.9-win
Add python 3.9.* installation for windows
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"3.5.*",
|
||||
"3.6.*",
|
||||
"3.7.*",
|
||||
"3.8.*"
|
||||
"3.8.*",
|
||||
"3.9.*"
|
||||
],
|
||||
"default": "3.7.*"
|
||||
},
|
||||
@@ -24,7 +25,8 @@
|
||||
"3.5.*",
|
||||
"3.6.*",
|
||||
"3.7.*",
|
||||
"3.8.*"
|
||||
"3.8.*",
|
||||
"3.9.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
"3.5.*",
|
||||
"3.6.*",
|
||||
"3.7.*",
|
||||
"3.8.*"
|
||||
"3.8.*",
|
||||
"3.9.*"
|
||||
],
|
||||
"default": "3.7.*"
|
||||
},
|
||||
@@ -24,7 +25,8 @@
|
||||
"3.5.*",
|
||||
"3.6.*",
|
||||
"3.7.*",
|
||||
"3.8.*"
|
||||
"3.8.*",
|
||||
"3.9.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user