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

Commit e81c90e

Browse files
authored
remove py35 from build matrix (#52)
1 parent dd3c596 commit e81c90e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

azure-pipelines.yml

-17
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ jobs:
1313
name: windows
1414
vmImage: vs2017-win2016
1515
matrix:
16-
py_3.5_32:
17-
PYTHON_VERSION: "3.5.x"
18-
PYTHON_ARCH: "x86"
19-
NP_BUILD_DEP: "1.11.0"
20-
py_3.5_64:
21-
PYTHON_VERSION: "3.5.x"
22-
NP_BUILD_DEP: "1.11.0"
2316
py_3.6_32:
2417
PYTHON_VERSION: "3.6.x"
2518
PYTHON_ARCH: "x86"
@@ -53,13 +46,6 @@ jobs:
5346
name: linux
5447
vmImage: ubuntu-16.04
5548
matrix:
56-
py_3.5_32:
57-
MB_PYTHON_VERSION: "3.5"
58-
PLAT: "i686"
59-
NP_BUILD_DEP: "numpy==1.11.0"
60-
py_3.5_64:
61-
MB_PYTHON_VERSION: "3.5"
62-
NP_BUILD_DEP: "numpy==1.11.0"
6349
py_3.6_32:
6450
MB_PYTHON_VERSION: "3.6"
6551
PLAT: "i686"
@@ -89,9 +75,6 @@ jobs:
8975
name: macOS
9076
vmImage: macOS-10.14
9177
matrix:
92-
py_3.5_64:
93-
MB_PYTHON_VERSION: "3.5"
94-
NP_BUILD_DEP: "numpy==1.11.0"
9578
py_3.6_64:
9679
MB_PYTHON_VERSION: "3.6"
9780
NP_BUILD_DEP: "numpy==1.13.3"

0 commit comments

Comments
 (0)