File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -62,23 +62,30 @@ jobs:
6262 extra-requirements : ' -r requirements/testing/extra.txt'
6363 CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
6464 # 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'
6667 # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
6768 pyside6-ver : ' !=6.5.1'
6869 - os : ubuntu-20.04
6970 python-version : ' 3.10'
7071 extra-requirements : ' -r requirements/testing/extra.txt'
7172 # 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'
7375 # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7476 pyside6-ver : ' !=6.5.1'
7577 - os : ubuntu-22.04
7678 python-version : ' 3.11'
79+ # https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
80+ pyqt6-ver : ' !=6.6.0'
7781 # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7882 pyside6-ver : ' !=6.5.1'
7983 extra-requirements : ' -r requirements/testing/extra.txt'
8084 - os : ubuntu-22.04
8185 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
8289 pyside6-ver : ' !=6.5.1'
8390 - os : macos-latest
8491 python-version : 3.9
You can’t perform that action at this time.
0 commit comments