From 7550ae5b29719de8877aabb7dde5c30a75d31256 Mon Sep 17 00:00:00 2001 From: Manu Date: Sat, 5 Nov 2022 19:59:46 +0100 Subject: [PATCH] Pin pyobjc to v8 branch --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index cf827994..31c752e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,9 +46,9 @@ install_requires = psutil setuptools secretstorage; sys_platform != 'darwin' - pyobjc-core; sys_platform == 'darwin' - pyobjc-framework-Cocoa; sys_platform == 'darwin' - pyobjc-framework-LaunchServices; sys_platform == 'darwin' + pyobjc-core<9.0; sys_platform == 'darwin' + pyobjc-framework-Cocoa<9.0; sys_platform == 'darwin' + pyobjc-framework-LaunchServices<9.0; sys_platform == 'darwin' tests_require = pytest pytest-qt