From 1358826b2691ed429a1f95e290be43aacde6ebde Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sun, 15 Mar 2020 12:13:14 +0000 Subject: [PATCH] Upgrade Qt version after the pyside install --- travis/macos-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/travis/macos-install.sh b/travis/macos-install.sh index b6a78f6..ec01e3d 100755 --- a/travis/macos-install.sh +++ b/travis/macos-install.sh @@ -13,6 +13,10 @@ which pip3 pip3 --version brew install albertosottile/syncplay/pyside + +# Explicitly install Qt 5.13.1 as that has both 10.12 compatibility, and a pre-built bottle +brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/dcc34dd3cb24cb4f7cfa0047ccdb712d7cc4c6e4/Formula/qt.rb + python3 -c "from PySide2 import __version__; print(__version__)" python3 -c "from PySide2.QtCore import __version__; print(__version__)" pip3 install py2app