From 95fbcb7d29a62105f1a8a5376e3a66fd8daadcff Mon Sep 17 00:00:00 2001 From: JoyMonteiro Date: Thu, 21 Feb 2019 13:37:47 +0100 Subject: [PATCH] fix issue with mac wheel build --- .travis.yml | 2 ++ HISTORY.rst | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index cff2a9d2..e30ae96a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -167,6 +167,7 @@ jobs: fi - stage: wheels os: osx + osx_image: xcode10.1 language: generic env: CLIMT_ARCH=Darwin CIBW_SKIP='cp33-* cp35-* cp34-* cp27-* cp37-*' script: @@ -179,6 +180,7 @@ jobs: fi - stage: wheels os: osx + osx_image: xcode10.1 language: generic env: CLIMT_ARCH=Darwin CIBW_SKIP='cp33-* cp35-* cp34-* cp27-* cp36-*' script: diff --git a/HISTORY.rst b/HISTORY.rst index cef95d92..eccd8dc5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +v.0.16.2 +-------- + +* Fix wheel build on Mac + v.0.16.1 -------