Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a99ffa9

Browse filesBrowse 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
Copy full SHA for a99ffa9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.