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

Commit

Permalink
temporary remove 3.6 here (can't be removed till after 1.1.5 release)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins committed Nov 23, 2020
1 parent d391879 commit a24c00a
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,14 @@ trigger:
- master

pr:
- master
- master

jobs:
- template: azure/windows.yml
parameters:
name: windows
vmImage: vs2017-win2016
matrix:
py_3.6_32:
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.13.3"
py_3.6_64:
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.13.3"
py_3.7_32:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x86"
Expand Down Expand Up @@ -63,11 +55,6 @@ jobs:
name: linux
vmImage: ubuntu-16.04
matrix:
py_3.6_32:
MB_PYTHON_VERSION: "3.6"
PLAT: "i686"
py_3.6_64:
MB_PYTHON_VERSION: "3.6"
py_3.7_32:
MB_PYTHON_VERSION: "3.7"
PLAT: "i686"
Expand Down Expand Up @@ -102,9 +89,6 @@ jobs:
name: macOS
vmImage: macOS-10.14
matrix:
py_3.6_64:
MB_PYTHON_VERSION: "3.6"
NP_BUILD_DEP: "numpy==1.13.3"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.14.5"
Expand Down

0 comments on commit a24c00a

Please sign in to comment.