Skip to content

Commit

Permalink
ISSUE-190: Fix for Python 3.7 on Mac OSX wheel deployment (#191)
Browse files Browse the repository at this point in the history
* ISSUE-190: Fix for Python 3.7 on Mac OSX wheel deployment

* Fix version history
  • Loading branch information
ezralanglois authored Dec 5, 2018
1 parent 6996d82 commit a55b40b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changes {#changes}


## v1.1.8

Date | Description
---------- | -----------
2018-12-05 | Fix for Python 3.7 on Mac OSX wheel deployment


## v1.1.7

Date | Description
Expand Down
1 change: 1 addition & 0 deletions tools/prereqs/travis-osx-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ brew install nuget
brew install coreutils || brew install gstat
which pyenv || brew unlink pyenv
brew install pyenv
brew upgrade pyenv
brew link pyenv

export PATH=/usr/local/share/dotnet:${PATH}
Expand Down

0 comments on commit a55b40b

Please sign in to comment.