We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65c17e commit c18a165Copy full SHA for c18a165
.github/workflows/tests.yml
@@ -79,6 +79,8 @@ jobs:
79
python-version: '3.12'
80
- os: macos-14 # This runner is on M1 (arm64) chips.
81
python-version: '3.11'
82
+ # https://github.com/matplotlib/matplotlib/issues/29732
83
+ pygobject-ver: '<3.52.0'
84
85
86
# https://github.com/matplotlib/matplotlib/issues/29732
0 commit comments