Add Python 3.8 as supported

This commit is contained in:
Sergey Petrov
2019-10-26 03:29:50 +03:00
parent f4dda7bcb5
commit aedc64e8bc
4 changed files with 6 additions and 3 deletions
+2
View File
@@ -38,6 +38,7 @@ local Pipeline(py_version) = {
Pipeline("3.5"),
Pipeline("3.6"),
Pipeline("3.7"),
Pipeline("3.8"),
{
kind: "pipeline",
name: "upload release",
@@ -49,6 +50,7 @@ local Pipeline(py_version) = {
"tests (Python 3.5)",
"tests (Python 3.6)",
"tests (Python 3.7)",
"tests (Python 3.8)",
],
steps: [
{