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

BLD: No more Python 3.7 #166

Merged
merged 3 commits into from
Jan 1, 2022
Merged
Show file tree
Hide file tree
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
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ env:

jobs:
include:
# Remove this one on 1.4 release
- os: linux
env:
- MB_PYTHON_VERSION=3.7
- NP_BUILD_DEP="numpy==1.19.1"
- NP_TEST_DEP="numpy==1.19.1"
- os: linux
env:
- MB_PYTHON_VERSION=3.8
Expand Down
23 changes: 0 additions & 23 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ jobs:
name: windows
vmImage: vs2017-win2016
matrix:
py_3.7_32:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x86"
NP_BUILD_DEP: "1.17.3"
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
NIGHTLY_BUILD: "false"
py_3.7_64:
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "x64"
NP_BUILD_DEP: "1.17.3"
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
NIGHTLY_BUILD: "false"
py_3.8_32:
PYTHON_VERSION: "3.8"
PYTHON_ARCH: "x86"
Expand Down Expand Up @@ -62,12 +50,6 @@ jobs:
name: linux
vmImage: ubuntu-latest
matrix:
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
MB_ML_VER: "2014"
NP_BUILD_DEP: "numpy==1.17.3"
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
NIGHTLY_BUILD: "false"
py_3.8_64:
MB_PYTHON_VERSION: "3.8"
MB_ML_VER: "2014"
Expand All @@ -92,11 +74,6 @@ jobs:
name: macOS
vmImage: macOS-latest
matrix:
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
NP_BUILD_DEP: "numpy==1.17.3"
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
NIGHTLY_BUILD: "false"
py_3.8_64:
MB_PYTHON_VERSION: "3.8"
NP_BUILD_DEP: "numpy==1.17.3"
Expand Down