From aa96f549d8479c9da35d92fffaa3ba282bbc97da Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Sat, 5 Dec 2020 13:00:04 +0000 Subject: [PATCH] remove 32bit build --- azure-pipelines.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 371fa638..bd5361e2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -96,17 +96,7 @@ stages: toxdeps: tox-pypi-filter posargs: -n=4 - libraries: - yum: - - openssl-devel - - freetype-devel - - libpng-devel - - hdf5-devel - envs: - - linux32: py38-32bit - manylinux_image: manylinux2010_i686 - - linux: py38-devdeps # On branches which aren't master, and not Pull Requests, build the wheels but only upload them on tags