diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-06 10:56:44 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-06 10:56:44 +0100 |
commit | 2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6 (patch) | |
tree | eb79989398612fb28a44da3cbd1091bd67b6cfc5 | |
parent | Fixed possible glob issues (diff) | |
download | kcc-2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6.tar.gz kcc-2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6.tar.bz2 kcc-2070a977aefe9da8ceb2ab1d0e96f30f1d7050b6.zip |
Updated build enviroment
-rw-r--r-- | .travis.yml | 4 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | other/osx/Info.plist | 2 | ||||
-rw-r--r-- | requirements.txt | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index eba8cca..27745c0 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 68c5311..0f8c30f 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 4a9fa48..0b30fed 100644 --- a/other/osx/Info.plist +++ b/other/osx/Info.plist @@ -55,7 +55,7 @@ <key>LSHasLocalizedDisplayName</key> <false/> <key>LSMinimumSystemVersion</key> - <string>10.10.0</string> + <string>10.12.0</string> <key>NSAppleScriptEnabled</key> <false/> <key>NSHumanReadableCopyright</key> diff --git a/requirements.txt b/requirements.txt index 7b2f16c..355db43 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 |