8000 Pin PyQt6 back on Ubuntu 20.04 · matplotlib/matplotlib@a99ffa9 · GitHub
[go: up one dir, main page]

Skip to content
< 65F9 script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/sessions-46647179a751.js">

Commit a99ffa9

Browse files
committed
Pin PyQt6 back on Ubuntu 20.04
The 6.7.1 wheels on PyPI do not confirm to manylinux 2.28 due to requiring glibc 2.35 symbols, and cannot be loaded on Ubuntu 20.04, which has glibc 2.31. So we need to pin that back to avoid the failures.
1 parent 087a142 commit a99ffa9

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)
0