about summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2014-01-15 09:33:35 +0100
committerPaweł Jastrzębski <[email protected]>2014-01-15 09:33:35 +0100
commit3af30faee9def4196474c97b05e7346d50c2b6fd (patch)
tree3827533a1085da0a5b838d16cc2dbec51eed6a66 /setup.py
parentMerge master into python3 (diff)
parentREADME update + Version bump (diff)
downloadkcc-3af30faee9def4196474c97b05e7346d50c2b6fd.tar.gz
kcc-3af30faee9def4196474c97b05e7346d50c2b6fd.tar.bz2
kcc-3af30faee9def4196474c97b05e7346d50c2b6fd.zip
Merge branch 'master' into python3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 149cb48..1243ab2 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ if platform == "darwin":
                             CFBundleTypeRole='Viewer',
                         )
                     ],
-                    LSMinimumSystemVersion='10.6.0',
+                    LSMinimumSystemVersion='10.8.0',
                     LSEnvironment=dict(
                         PATH='/usr/local/bin:/usr/bin:/bin'
                     ),