Skip to content

Commit ee7facd

Browse files
committed
Pin PyGObject to ensure support on older Debian releases.
1 parent 77d7af9 commit ee7facd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ requires = [
7777
[tool.briefcase.app.testbed.linux]
7878
requires=[
7979
'pycairo',
80-
'pygobject',
80+
# Must be pinned to support Debian 12.
81+
'pygobject==3.50.0',
8182
]
8283

8384
[tool.briefcase.app.testbed.linux.system.debian]

0 commit comments

Comments
 (0)