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

Commit a24c00a

Browse files
temporary remove 3.6 here (can't be removed till after 1.1.5 release)
1 parent d391879 commit a24c00a

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

azure-pipelines.yml

+1-17
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,14 @@ trigger:
1111
- master
1212

1313
pr:
14-
- master
14+
- master
1515

1616
jobs:
1717
- template: azure/windows.yml
1818
parameters:
1919
name: windows
2020
vmImage: vs2017-win2016
2121
matrix:
22-
py_3.6_32:
23-
PYTHON_VERSION: "3.6"
24-
PYTHON_ARCH: "x86"
25-
NP_BUILD_DEP: "1.13.3"
26-
py_3.6_64:
27-
PYTHON_VERSION: "3.6"
28-
PYTHON_ARCH: "x64"
29-
NP_BUILD_DEP: "1.13.3"
3022
py_3.7_32:
3123
PYTHON_VERSION: "3.7"
3224
PYTHON_ARCH: "x86"
@@ -63,11 +55,6 @@ jobs:
6355
name: linux
6456
vmImage: ubuntu-16.04
6557
matrix:
66-
py_3.6_32:
67-
MB_PYTHON_VERSION: "3.6"
68-
PLAT: "i686"
69-
py_3.6_64:
70-
MB_PYTHON_VERSION: "3.6"
7158
py_3.7_32:
7259
MB_PYTHON_VERSION: "3.7"
7360
PLAT: "i686"
@@ -102,9 +89,6 @@ jobs:
10289
name: macOS
10390
vmImage: macOS-10.14
10491
matrix:
105-
py_3.6_64:
106-
MB_PYTHON_VERSION: "3.6"
107-
NP_BUILD_DEP: "numpy==1.13.3"
10892
py_3.7_64:
10993
MB_PYTHON_VERSION: "3.7"
11094
NP_BUILD_DEP: "numpy==1.14.5"

0 commit comments

Comments
 (0)