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 e453e26

Browse filesBrowse files
authored
Merge pull request #19317 from anntzer/cioldpyqt
Pin to oldest supported PyQt on minver CI instance.
2 parents 7d64909 + 48bc07f commit e453e26
Copy full SHA for e453e26

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
os: ubuntu-16.04
2626
python-version: 3.7
2727
extra-requirements: '-c requirements/testing/minver.txt'
28+
pyqt5-ver: '==5.8 sip==4.19.7' # oldest versions with a Py3.7 wheel.
2829
delete-font-cache: true
2930
XVFB_RUN: xvfb-run -a
3031
- os: ubuntu-16.04
@@ -168,7 +169,7 @@ jobs:
168169
# Sept 2020) for either pyqt5 (there are only wheels for 10.13+) or
169170
# pyside2 (the latest version (5.13.2) with 10.12 wheels has a
170171
# fatal to us bug, it was fixed in 5.14.0 which has 10.13 wheels)
171-
python -mpip install --upgrade pyqt5 &&
172+
python -mpip install --upgrade pyqt5${{ matrix.pyqt5-ver }} &&
172173
python -c 'import PyQt5.QtCore' &&
173174
echo 'PyQt5 is available' ||
174175
echo 'PyQt5 is not available'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.