Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 03728d6

Browse files
authored
BLD: No more 32-bit Linux wheels (#164)
1 parent fef5250 commit 03728d6

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

azure-pipelines.yml

-19
Original file line numberDiff line numberDiff line change
@@ -62,36 +62,17 @@ jobs:
6262
name: linux
6363
vmImage: ubuntu-latest
6464
matrix:
65-
py_3.7_32:
66-
MB_PYTHON_VERSION: "3.7"
67-
MB_ML_VER: "2014"
68-
PLAT: "i686"
69-
NP_BUILD_DEP: "numpy==1.17.3"
70-
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
71-
NIGHTLY_BUILD: "false"
7265
py_3.7_64:
7366
MB_PYTHON_VERSION: "3.7"
7467
MB_ML_VER: "2014"
7568
NP_BUILD_DEP: "numpy==1.17.3"
7669
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
7770
NIGHTLY_BUILD: "false"
78-
py_3.8_32:
79-
MB_PYTHON_VERSION: "3.8"
80-
MB_ML_VER: "2014"
81-
PLAT: "i686"
82-
NP_BUILD_DEP: "numpy==1.17.3"
83-
NIGHTLY_BUILD: "true"
8471
py_3.8_64:
8572
MB_PYTHON_VERSION: "3.8"
8673
MB_ML_VER: "2014"
8774
NP_BUILD_DEP: "numpy==1.17.3"
8875
NIGHTLY_BUILD: "true"
89-
py_3.9_32:
90-
MB_PYTHON_VERSION: "3.9"
91-
MB_ML_VER: "2014"
92-
PLAT: "i686"
93-
NP_BUILD_DEP: "numpy==1.19.3"
94-
NIGHTLY_BUILD: "true"
9576
py_3.9_64:
9677
MB_PYTHON_VERSION: "3.9"
9778
MB_ML_VER: "2014"

0 commit comments

Comments
 (0)