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:
Maxim Lobanov
2020-10-09 07:18:54 +03:00
committed by GitHub
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

@@ -68,7 +68,8 @@
"platform" : "darwin", "platform" : "darwin",
"versions": [ "versions": [
"3.7.*", "3.7.*",
"3.8.*" "3.8.*",
"3.9.*"
] ]
}, },
{ {