diff options
author | mattip <matti.picus@gmail.com> | 2020-06-09 23:36:25 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-06-09 23:36:25 +0300 |
commit | cd2f9f402b6a52848039b01ed9f9825162d87aef (patch) | |
tree | 4de675c264a519f1302df2d3600c2cdef9eaa9fc | |
parent | ad30b31af0bb3fbfdc0f11486807edc76cec2680 (diff) | |
download | numpy-cd2f9f402b6a52848039b01ed9f9825162d87aef.tar.gz |
BLD: drop win32 3.7, 3.6 builds
-rw-r--r-- | azure-pipelines.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ea2b414b0..397605765 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -195,16 +195,6 @@ stages: strategy: maxParallel: 6 matrix: - Python36-32bit-fast: - PYTHON_VERSION: '3.6' - PYTHON_ARCH: 'x86' - TEST_MODE: fast - BITS: 32 - Python37-32bit-fast: - PYTHON_VERSION: '3.7' - PYTHON_ARCH: 'x86' - TEST_MODE: fast - BITS: 32 Python38-32bit-fast: PYTHON_VERSION: '3.8' PYTHON_ARCH: 'x86' |