8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PyGObject
1 parent b37dbe9 commit 7520638Copy full SHA for 7520638
.github/workflows/tests.yml
@@ -273,7 +273,7 @@ jobs:
273
# (sometimes, the install appears to be successful but shared
274
# libraries cannot be loaded at runtime, so an actual import is a
275
# better check).
276
- python -m pip install --upgrade pycairo 'cairocffi>=0.8' PyGObject &&
+ python -m pip install --upgrade pycairo 'cairocffi>=0.8' 'PyGObject<3.52.0' &&
277
(
278
python -c 'import gi; gi.require_version("Gtk", "4.0"); from gi.repository import Gtk' &&
279
echo 'PyGObject 4 is available' || echo 'PyGObject 4 is not available'
0 commit comments