From 2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jastrz=C4=99bski?= Date: Wed, 6 Mar 2019 10:56:44 +0100 Subject: [PATCH] Updated build enviroment --- .travis.yml | 4 ++-- README.md | 2 +- other/osx/Info.plist | 2 +- requirements.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index eba8cca6..27745c0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,11 @@ matrix: include: - os: osx language: generic - osx_image: xcode6.4 + osx_image: xcode9.2 before_install: - brew update -- brew install python3 +- brew upgrade python3 - brew uninstall node - travis_wait 30 brew install node@6 - brew link node@6 --force --overwrite diff --git a/README.md b/README.md index 68c5311d..0f8c30f3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ If you find **KCC** valuable you can consider donating to the authors: ## BINARY RELEASES You can find the latest released binary at the following links: - **[Windows](http://kcc.iosphe.re/Windows/) (64-bit only)** -- **[macOS](http://kcc.iosphe.re/OSX/) (10.10+)** +- **[macOS](http://kcc.iosphe.re/OSX/) (10.12+)** - **Linux:** - [Ubuntu 17.10](http://kcc.iosphe.re/LinuxArtful/) - [Ubuntu 16.04 / Debian 9](http://kcc.iosphe.re/LinuxXenial/) diff --git a/other/osx/Info.plist b/other/osx/Info.plist index 4a9fa483..0b30fedf 100644 --- a/other/osx/Info.plist +++ b/other/osx/Info.plist @@ -55,7 +55,7 @@ LSHasLocalizedDisplayName LSMinimumSystemVersion - 10.10.0 + 10.12.0 NSAppleScriptEnabled NSHumanReadableCopyright diff --git a/requirements.txt b/requirements.txt index 7b2f16ce..355db433 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ PyQt5>=5.6.0 Pillow>=5.2.0 psutil>=5.0.0 -python-slugify>=1.2.1 +python-slugify>=1.2.1,<3.0.0 raven>=6.0.0 \ No newline at end of file