Skip to content

Commit 620715a

Browse files
committed
fix(macos): Added dbus-python to exclude list for PYthon 3.11
1 parent c08dd38 commit 620715a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

exclude_list.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
platform: 'darwin'
2323
python: '>3.11'
2424

25+
# dbus-python 1.2.x sdist (e.g. 1.2.18) fails configure link step against CPython on macOS CI (Python 3.11)
26+
- package_name: 'dbus-python'
27+
version: '==1.2.18'
28+
platform: 'darwin'
29+
python: '==3.11'
2530

2631
- package_name: 'pygobject'
2732
python: '==3.8'

0 commit comments

Comments
 (0)