limit pygobject version to 3.36.1 for pycairo

This commit is contained in:
Kyle Robbertze 2021-07-06 10:11:45 +02:00
parent 0292ed819c
commit eac3a61460

View file

@ -24,6 +24,8 @@ setup(
"file-magic",
"requests>=2.7.0",
"rgain3==1.1.0",
# 3.36.1 is the latest version that does not fail to find py3cairo package
"PyGObject>=3.34.0,<=3.36.1",
"pycairo==1.19.1",
],
zip_safe=False,