Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed17e00

Browse files
authored
Merge pull request #28597 from QuLogic/pin-pyqt6
Pin PyQt6 back on Ubuntu 20.04
2 parents ed56f95 + a99ffa9 commit ed17e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
CFLAGS: "-fno-lto" # Ensure that disabling LTO works.
7070
# https://github.com/matplotlib/matplotlib/pull/26052#issuecomment-1574595954
7171
# https://www.riverbankcomputing.com/pipermail/pyqt/2023-November/045606.html
72-
pyqt6-ver: '!=6.5.1,!=6.6.0'
72+
pyqt6-ver: '!=6.5.1,!=6.6.0,!=6.7.1'
7373
# https://bugreports.qt.io/projects/PYSIDE/issues/PYSIDE-2346
7474
pyside6-ver: '!=6.5.1'
7575
- os: ubuntu-22.04

0 commit comments

Comments
 (0)