Merge pull request #1748 from dmitry-shibanov/v-dmshib/add-python3.9

Add python 3.9.* installation for linux
This commit is contained in:
Maxim Lobanov
2020-10-08 12:27:26 +03:00
committed by GitHub
3 changed files with 6 additions and 3 deletions

View File

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

View File

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

View File

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