From f96d0fbce20908aa5bd8dafe0b0e8d3aadd2e260 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Fri, 4 Feb 2022 10:16:18 -0700 Subject: [PATCH] Pin the macOS pyobjc dependencies to pre-8.2 to get around a segfault in 8.2 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1eb31642f..e6bec242b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ install: # Install Windows only dependencies - cmd: python -m pip install pyodbc pypiwin32 # Mac only dependencies - - sh: python -m pip install Pyro4 pyobjc-core pyobjc-framework-Cocoa py-applescript + - sh: python -m pip install Pyro4 'pyobjc-core<8.2' 'pyobjc-framework-Cocoa<8.2' py-applescript build: off