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:
Maxim Lobanov
2020-10-13 10:42:27 +03:00
committed by GitHub
2 changed files with 8 additions and 4 deletions

View File

@@ -10,7 +10,8 @@
"3.5.*", "3.5.*",
"3.6.*", "3.6.*",
"3.7.*", "3.7.*",
"3.8.*" "3.8.*",
"3.9.*"
], ],
"default": "3.7.*" "default": "3.7.*"
}, },
@@ -24,7 +25,8 @@
"3.5.*", "3.5.*",
"3.6.*", "3.6.*",
"3.7.*", "3.7.*",
"3.8.*" "3.8.*",
"3.9.*"
] ]
}, },
{ {

View File

@@ -10,7 +10,8 @@
"3.5.*", "3.5.*",
"3.6.*", "3.6.*",
"3.7.*", "3.7.*",
"3.8.*" "3.8.*",
"3.9.*"
], ],
"default": "3.7.*" "default": "3.7.*"
}, },
@@ -24,7 +25,8 @@
"3.5.*", "3.5.*",
"3.6.*", "3.6.*",
"3.7.*", "3.7.*",
"3.8.*" "3.8.*",
"3.9.*"
] ]
}, },
{ {