Skip to content

Commit 1fda564

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

exclude_list.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
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+
platform: 'darwin'
28+
python: '==3.11'
2529

2630
- package_name: 'pygobject'
2731
python: '==3.8'

0 commit comments

Comments
 (0)