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