File tree 1 file changed +9
-2
lines changed 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -62,23 +62,30 @@ jobs:
62
62
extra-requirements : ' -r requirements/testing/extra.txt'
63
63
CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
64
64
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
65
- pyqt6-ver : ' !=6.5.1'
65
+ # https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
66
+ pyqt6-ver : ' !=6.5.1,!=6.6.0'
66
67
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
67
68
pyside6-ver : ' !=6.5.1'
68
69
- os : ubuntu-20.04
69
70
python-version : ' 3.10'
70
71
extra-requirements : ' -r requirements/testing/extra.txt'
71
72
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
72
- pyqt6-ver : ' !=6.5.1'
73
+ # https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
74
+ pyqt6-ver : ' !=6.5.1,!=6.6.0'
73
75
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
74
76
pyside6-ver : ' !=6.5.1'
75
77
- os : ubuntu-22.04
76
78
python-version : ' 3.11'
79
+ # https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
80
+ pyqt6-ver : ' !=6.6.0'
77
81
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
78
82
pyside6-ver : ' !=6.5.1'
79
83
extra-requirements : ' -r requirements/testing/extra.txt'
80
84
- os : ubuntu-22.04
81
85
python-version : ' 3.12'
86
+ # https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
87
+ pyqt6-ver : ' !=6.6.0'
88
+ # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
82
89
pyside6-ver : ' !=6.5.1'
83
90
- os : macos-latest
84
91
python-version : 3.9
You can’t perform that action at this time.
0 commit comments