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

Commit 029c445

Browse files
authored
Python 3.5 for 0.22.X (#49)
1 parent 8472a0c commit 029c445

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

azure-pipelines.yml

+17
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ 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"
1623
py_3.6_32:
1724
PYTHON_VERSION: "3.6.x"
1825
PYTHON_ARCH: "x86"
@@ -46,6 +53,13 @@ jobs:
4653
name: linux
4754
vmImage: ubuntu-16.04
4855
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"
4963
py_3.6_32:
5064
MB_PYTHON_VERSION: "3.6"
5165
PLAT: "i686"
@@ -75,6 +89,9 @@ jobs:
7589
name: macOS
7690
vmImage: xcode9-macos10.13
7791
matrix:
92+
py_3.5_64:
93+
MB_PYTHON_VERSION: "3.5"
94+
NP_BUILD_DEP: "numpy==1.11.0"
7895
py_3.6_64:
7996
MB_PYTHON_VERSION: "3.6"
8097
NP_BUILD_DEP: "numpy==1.13.3"

0 commit comments

Comments
 (0)