File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,21 @@ jobs:
62
62
python-version : 3.9
63
63
extra-requirements : ' -r requirements/testing/extra.txt'
64
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'
65
67
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
66
68
pyside6-ver : ' !=6.5.1'
67
69
- os : ubuntu-20.04
68
70
python-version : ' 3.10'
69
71
extra-requirements : ' -r requirements/testing/extra.txt'
72
+ # https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
73
+ pyqt6-ver : ' !=6.5.1'
70
74
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
71
75
pyside6-ver : ' !=6.5.1'
72
76
- os : ubuntu-20.04
73
77
python-version : ' 3.11'
78
+ # https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
79
+ pyqt6-ver : ' !=6.5.1'
74
80
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
75
81
pyside6-ver : ' !=6.5.1'
76
82
- os : macos-latest
You can’t perform that action at this time.
0 commit comments