8000 Revert "ci: Install `PyGObject<3.52` by default" · matplotlib/matplotlib@2dd9560 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2dd9560

Browse files
committed
Revert "ci: Install PyGObject<3.52 by default"
This reverts commit 37508b2.
1 parent 37508b2 commit 2dd9560

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ jobs:
5757
pyqt6-ver: '==6.2.0 PyQt6-Qt6==6.2.0'
5858
pyside2-ver: '==5.15.2.1'
5959
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'
6360
- os: ubuntu-20.04
6461
python-version: '3.10'
6562
# One CI run tests ipython/matplotlib-inline before backend mapping moved to mpl
@@ -106,18 +103,21 @@ jobs:
106103
pyqt6-ver: '!=6.6.0'
107104
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
108105
pyside6-ver: '!=6.5.1'
109-
pygobject-ver: '>=3.52.0'
110106
- os: macos-13 # This runner is on Intel chips.
111107
# merge numpy and pandas install in nighties test when this runner is dropped
112108
python-version: '3.10'
113109
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
114110
pyside6-ver: '!=6.5.1'
115111
- os: macos-14 # This runner is on M1 (arm64) chips.
116112
python-version: '3.12'
113+
# https://github.com/matplotlib/matplotlib/issues/29732
114+
pygobject-ver: '<3.52.0'
117115
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
118116
pyside6-ver: '!=6.5.1'
119117
- os: macos-14 # This runner is on M1 (arm64) chips.
120118
python-version: '3.13'
119+
# https://github.com/matplotlib/matplotlib/issues/29732
120+
pygobject-ver: '<3.52.0'
121121
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
122122
pyside6-ver: '!=6.5.1'
123123

0 commit comments

Comments
 (0)
0