diff options
| author | Oskari Timperi <oswjk@users.noreply.github.com> | 2019-11-19 15:05:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-19 15:05:05 +0200 |
| commit | a64518662d506b82dc063a865d6a4a8f26c662fb (patch) | |
| tree | c2f42cb8b56a0729373583dcbd0b666a5638abe6 /azure-pipelines.yml | |
| parent | 9780b1fcb0a124d8ae01e424649fc8fddc50b1b8 (diff) | |
| download | portablepython-a64518662d506b82dc063a865d6a4a8f26c662fb.tar.gz portablepython-a64518662d506b82dc063a865d6a4a8f26c662fb.zip | |
Add versions 3.7.4, 3.7.5 and 3.8.0.
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 21 |
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 |
