diff options
| author | Paweł Jastrzębski <[email protected]> | 2014-01-15 09:33:35 +0100 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2014-01-15 09:33:35 +0100 |
| commit | 3af30faee9def4196474c97b05e7346d50c2b6fd (patch) | |
| tree | 3827533a1085da0a5b838d16cc2dbec51eed6a66 /setup.py | |
| parent | Merge master into python3 (diff) | |
| parent | README update + Version bump (diff) | |
| download | kcc-3af30faee9def4196474c97b05e7346d50c2b6fd.tar.gz kcc-3af30faee9def4196474c97b05e7346d50c2b6fd.tar.bz2 kcc-3af30faee9def4196474c97b05e7346d50c2b6fd.zip | |
Merge branch 'master' into python3
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
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' ), |