We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6488491 commit89fb6d4Copy full SHA for 89fb6d4
.github/workflows/tests.yml
@@ -62,15 +62,21 @@ jobs:
62
python-version:3.9
63
extra-requirements:'-r requirements/testing/extra.txt'
64
CFLAGS:"-fno-lto"# Ensure that disabling LTO works.
65
+# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
66
+pyqt6-ver:'!=6.5.1'
67
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
68
pyside6-ver:'!=6.5.1'
69
-os:ubuntu-20.04
70
python-version:'3.10'
71
72
73
74
75
76
77
python-version:'3.11'
78
79
80
81
82
-os:macos-latest