8000 Merge pull request #28598 from QuLogic/pin-pyqt6-v39x · matplotlib/matplotlib@6e6c11a · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e6c11a

Browse files
authored
Merge pull request #28598 from QuLogic/pin-pyqt6-v39x
Pin PyQt6 back on Ubuntu 20.04
2 parents f5b325e + 99eaf72 commit 6e6c11a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ jobs:
6464
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
6565
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
6666
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
67-
pyqt6-ver: '!=6.5.1,!=6.6.0'
67+
pyqt6-ver: '!=6.5.1,!=6.6.0,!=6.7.1'
6868
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
6969
pyside6-ver: '!=6.5.1'
7070
- os: ubuntu-20.04
7171
python-version: '3.10'
7272
extra-requirements: '-r requirements/testing/extra.txt'
7373
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
7474
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
75-
pyqt6-ver: '!=6.5.1,!=6.6.0'
75+
pyqt6-ver: '!=6.5.1,!=6.6.0,!=6.7.1'
7676
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7777
pyside6-ver: '!=6.5.1'
7878
- os: ubuntu-22.04

0 commit comments

Comments
 (0)
0