File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
pyqt6-ver : ' ==6.2.0 PyQt6-Qt6==6.2.0'
58
58
pyside2-ver : ' ==5.15.2.1'
59
59
pyside6-ver : ' ==6.2.0'
60
- # Most recent versions before glib-2.0 upgrade requirement
61
- # https://github.com/matplotlib/matplotlib/issues/29732
62
- pygobject-ver : ' <3.52.0'
63
60
- os : ubuntu-20.04
64
61
python-version : ' 3.10'
65
62
# One CI run tests ipython/matplotlib-inline before backend mapping moved to mpl
@@ -106,18 +103,21 @@ jobs:
106
103
pyqt6-ver : ' !=6.6.0'
107
104
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
108
105
pyside6-ver : ' !=6.5.1'
109
- pygobject-ver : ' >=3.52.0'
110
106
- os : macos-13 # This runner is on Intel chips.
111
107
# merge numpy and pandas install in nighties test when this runner is dropped
112
108
python-version : ' 3.10'
113
109
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
114
110
pyside6-ver : ' !=6.5.1'
115
111
- os : macos-14 # This runner is on M1 (arm64) chips.
116
112
python-version : ' 3.12'
113
+ # https://github.com/matplotlib/matplotlib/issues/29732
114
+ pygobject-ver : ' <3.52.0'
117
115
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
118
116
pyside6-ver : ' !=6.5.1'
119
117
- os : macos-14 # This runner is on M1 (arm64) chips.
120
118
python-version : ' 3.13'
119
+ # https://github.com/matplotlib/matplotlib/issues/29732
120
+ pygobject-ver : ' <3.52.0'
121
121
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
122
122
pyside6-ver : ' !=6.5.1'
123
123
You can’t perform that action at this time.
0 commit comments