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

Commit b534622

Browse files
authored
BLD: No more Python 3.7 (#166)
1 parent 03728d6 commit b534622

File tree

2 files changed

+0
-29
lines changed

2 files changed

+0
-29
lines changed

.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ env:
2222

2323
jobs:
2424
include:
25-
# Remove this one on 1.4 release
26-
- os: linux
27-
env:
28-
- MB_PYTHON_VERSION=3.7
29-
- NP_BUILD_DEP="numpy==1.19.1"
30-
- NP_TEST_DEP="numpy==1.19.1"
3125
- os: linux
3226
env:
3327
- MB_PYTHON_VERSION=3.8

azure-pipelines.yml

-23
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,6 @@ jobs:
1919
name: windows
2020
vmImage: vs2017-win2016
2121
matrix:
22-
py_3.7_32:
23-
PYTHON_VERSION: "3.7"
24-
PYTHON_ARCH: "x86"
25-
NP_BUILD_DEP: "1.17.3"
26-
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
27-
NIGHTLY_BUILD: "false"
28-
py_3.7_64:
29-
PYTHON_VERSION: "3.7"
30-
PYTHON_ARCH: "x64"
31-
NP_BUILD_DEP: "1.17.3"
32-
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
33-
NIGHTLY_BUILD: "false"
3422
py_3.8_32:
3523
PYTHON_VERSION: "3.8"
3624
PYTHON_ARCH: "x86"
@@ -62,12 +50,6 @@ jobs:
6250
name: linux
6351
vmImage: ubuntu-latest
6452
matrix:
65-
py_3.7_64:
66-
MB_PYTHON_VERSION: "3.7"
67-
MB_ML_VER: "2014"
68-
NP_BUILD_DEP: "numpy==1.17.3"
69-
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
70-
NIGHTLY_BUILD: "false"
7153
py_3.8_64:
7254
MB_PYTHON_VERSION: "3.8"
7355
MB_ML_VER: "2014"
@@ -92,11 +74,6 @@ jobs:
9274
name: macOS
9375
vmImage: macOS-latest
9476
matrix:
95-
py_3.7_64:
96-
MB_PYTHON_VERSION: "3.7"
97-
NP_BUILD_DEP: "numpy==1.17.3"
98-
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
99-
NIGHTLY_BUILD: "false"
10077
py_3.8_64:
10178
MB_PYTHON_VERSION: "3.8"
10279
NP_BUILD_DEP: "numpy==1.17.3"

0 commit comments

Comments
 (0)