From a64518662d506b82dc063a865d6a4a8f26c662fb Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Tue, 19 Nov 2019 15:05:05 +0200 Subject: Add new versions (#3) Add versions 3.7.4, 3.7.5 and 3.8.0. --- azure-pipelines.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'azure-pipelines.yml') 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 -- cgit v1.2.3