Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commita99ffa9

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 torequiring 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 parent087a142 commita99ffa9

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)

[8]ページ先頭

©2009-2025 Movatter.jp