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

Remove py35 from build matrix #52

Merged
merged 1 commit into from
Mar 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ jobs:
name: windows
vmImage: vs2017-win2016
matrix:
py_3.5_32:
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.11.0"
py_3.5_64:
PYTHON_VERSION: "3.5.x"
NP_BUILD_DEP: "1.11.0"
py_3.6_32:
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "x86"
Expand Down Expand Up @@ -53,13 +46,6 @@ jobs:
name: linux
vmImage: ubuntu-16.04
matrix:
py_3.5_32:
MB_PYTHON_VERSION: "3.5"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.11.0"
py_3.5_64:
MB_PYTHON_VERSION: "3.5"
NP_BUILD_DEP: "numpy==1.11.0"
py_3.6_32:
MB_PYTHON_VERSION: "3.6"
PLAT: "i686"
Expand Down Expand Up @@ -89,9 +75,6 @@ jobs:
name: macOS
vmImage: xcode9-macos10.13
matrix:
py_3.5_64:
MB_PYTHON_VERSION: "3.5"
NP_BUILD_DEP: "numpy==1.11.0"
py_3.6_64:
MB_PYTHON_VERSION: "3.6"
NP_BUILD_DEP: "numpy==1.13.3"
Expand Down