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

Commit 28597df

Browse files
committed
revert multibuild update
remove extra 3.6 build
1 parent 21004aa commit 28597df

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ matrix:
4545
language: generic
4646
env:
4747
- MB_PYTHON_VERSION=3.5
48-
- os: osx
49-
language: generic
50-
env:
51-
- MB_PYTHON_VERSION=3.6
5248
- os: osx
5349
language: generic
5450
env:

config.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
function pre_build {
55
# Any stuff that you need to do before you start building the wheels
66
# Runs in the root directory of this repository.
7-
if [ -n "$IS_OSX" ]; then
8-
# Override pandas minimum MACOSX_DEPLOYEMENT_TARGET=10.9 so we can
9-
# build for older Pythons
10-
# See https://github.com/pandas-dev/pandas/pull/24274
11-
export MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET:-$(get_macpython_osx_ver)}
12-
fi
7+
:
138
}
149

1510
function build_wheel {

0 commit comments

Comments
 (0)