File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -52,17 +52,27 @@ 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
- os : ubuntu-22.04
56
58
python-version : ' 3.11'
57
59
CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
58
60
extra-requirements : ' -r requirements/testing/extra.txt'
61
+ # https://github.com/matplotlib/matplotlib/issues/29844
62
+ pygobject-ver : ' <3.52.0'
59
63
- os : ubuntu-22.04-arm
60
64
python-version : ' 3.12'
65
+ # https://github.com/matplotlib/matplotlib/issues/29844
66
+ pygobject-ver : ' <3.52.0'
61
67
- os : ubuntu-22.04
62
68
python-version : ' 3.13'
69
+ # https://github.com/matplotlib/matplotlib/issues/29844
70
+ pygobject-ver : ' <3.52.0'
63
71
- name-suffix : " Free-threaded"
64
72
os : ubuntu-22.04
65
73
python-version : ' 3.13t'
74
+ # https://github.com/matplotlib/matplotlib/issues/29844
75
+ pygobject-ver : ' <3.52.0'
66
76
- os : ubuntu-24.04
67
77
python-version : ' 3.12'
68
78
- os : macos-13 # This runner is on Intel chips.
You can’t perform that action at this time.
0 commit comments