aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskari Timperi <oswjk@users.noreply.github.com>2019-11-19 14:46:02 +0200
committerGitHub <noreply@github.com>2019-11-19 14:46:02 +0200
commit9ac24d8dc6036ec97163fa531759417e2d3d4912 (patch)
treec2f42cb8b56a0729373583dcbd0b666a5638abe6
parent9780b1fcb0a124d8ae01e424649fc8fddc50b1b8 (diff)
downloadportablepython-9ac24d8dc6036ec97163fa531759417e2d3d4912.tar.gz
portablepython-9ac24d8dc6036ec97163fa531759417e2d3d4912.zip
Add new versionsadd-374-375-380
Add versions 3.7.4, 3.7.5 and 3.8.0.
-rw-r--r--azure-pipelines.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7d14e88..7da1fea 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -129,6 +129,27 @@ jobs:
PYVERSION: 3.7.3
PYARCH: 64
+ PY374_32:
+ PYVERSION: 3.7.4
+ PYARCH: 32
+ PY374_64:
+ PYVERSION: 3.7.4
+ PYARCH: 64
+
+ PY375_32:
+ PYVERSION: 3.7.5
+ PYARCH: 32
+ PY375_64:
+ PYVERSION: 3.7.5
+ PYARCH: 64
+
+ PY380_32:
+ PYVERSION: 3.8.0
+ PYARCH: 32
+ PY380_64:
+ PYVERSION: 3.8.0
+ PYARCH: 64
+
PY2716_32:
PYVERSION: 2.7.16
PYARCH: 32