Skip to content

Commit cff2501

Browse files
committed
Pin PyQt6-sip version for Python < 3.9
1 parent ac43d67 commit cff2501

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818
include:
1919
- environment: py36-pyqt61-ubuntu2004
2020
python: 3.6
21-
pyqt: PyQt6~=6.1.0 PyQt6-Qt6~=6.1.0
21+
pyqt: PyQt6~=6.1.0 PyQt6-Qt6~=6.1.0 PyQt6-sip~=13.2.1
2222
pygments: Pygments~=2.11.0
2323
platform: ubuntu-20.04
2424
- environment: py37-pyqt62-ubuntu2204
2525
python: 3.7
26-
pyqt: PyQt6~=6.2.0 PyQt6-Qt6~=6.2.0
26+
pyqt: PyQt6~=6.2.0 PyQt6-Qt6~=6.2.0 PyQt6-sip~=13.6.0
2727
pygments: Pygments
2828
platform: ubuntu-22.04
2929
- environment: py38-pyqt63-ubuntu
3030
python: 3.8
31-
pyqt: PyQt6~=6.3.0 PyQt6-Qt6~=6.3.0
31+
pyqt: PyQt6~=6.3.0 PyQt6-Qt6~=6.3.0 PyQt6-sip~=13.8.0
3232
pygments: Pygments
3333
platform: ubuntu-latest
3434
- environment: py39-windows

0 commit comments

Comments
 (0)