Skip to content

Commit 7520638

Browse files
committed
ci: temporarily upper-bound the PyGObject Python package version
1 parent b37dbe9 commit 7520638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
# (sometimes, the install appears to be successful but shared
274274
# libraries cannot be loaded at runtime, so an actual import is a
275275
# better check).
276-
python -m pip install --upgrade pycairo 'cairocffi>=0.8' PyGObject &&
276+
python -m pip install --upgrade pycairo 'cairocffi>=0.8' 'PyGObject<3.52.0' &&
277277
(
278278
python -c 'import gi; gi.require_version("Gtk", "4.0"); from gi.repository import Gtk' &&
279279
echo 'PyGObject 4 is available' || echo 'PyGObject 4 is not available'

0 commit comments

Comments
 (0)