File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,17 @@ jobs:
52
52
python-version : ' 3.11'
53
53
extra-requirements : ' -c requirements/testing/minver.txt'
54
54
delete-font-cache : true
55
+ # https://github.com/matplotlib/matplotlib/issues/29844
56
+ pygobject-ver : ' <3.52.0'
55
57
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
56
58
pyqt6-ver : ' !=6.6.0'
57
59
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
58
60
pyside6-ver : ' !=6.5.1'
59
61
- os : ubuntu-22.04
60
62
python-version : ' 3.11'
61
63
CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
64
+ # https://github.com/matplotlib/matplotlib/issues/29844
65
+ pygobject-ver : ' <3.52.0'
62
66
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
63
67
pyqt6-ver : ' !=6.6.0'
64
68
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
You can’t perform that action at this time.
0 commit comments