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 @@ -61,23 +61,30 @@ jobs:
6161 extra-requirements : ' -r requirements/testing/extra.txt'
6262 CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
6363 # 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'
6566 # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
6667 pyside6-ver : ' !=6.5.1'
6768 - os : ubuntu-20.04
6869 python-version : ' 3.10'
6970 extra-requirements : ' -r requirements/testing/extra.txt'
7071 # 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'
7274 # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7375 pyside6-ver : ' !=6.5.1'
7476 - os : ubuntu-22.04
7577 python-version : ' 3.11'
78+ # https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
79+ pyqt6-ver : ' !=6.6.0'
7680 # https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7781 pyside6-ver : ' !=6.5.1'
7882 extra-requirements : ' -r requirements/testing/extra.txt'
7983 - os : ubuntu-22.04
8084 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
8188 pyside6-ver : ' !=6.5.1'
8289 - os : macos-latest
8390 python-version : 3.9
You can’t perform that action at this time.
0 commit comments