We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac43d67 commit cff2501Copy full SHA for cff2501
.github/workflows/main.yml
@@ -18,17 +18,17 @@ jobs:
18
include:
19
- environment: py36-pyqt61-ubuntu2004
20
python: 3.6
21
- pyqt: PyQt6~=6.1.0 PyQt6-Qt6~=6.1.0
+ pyqt: PyQt6~=6.1.0 PyQt6-Qt6~=6.1.0 PyQt6-sip~=13.2.1
22
pygments: Pygments~=2.11.0
23
platform: ubuntu-20.04
24
- environment: py37-pyqt62-ubuntu2204
25
python: 3.7
26
- pyqt: PyQt6~=6.2.0 PyQt6-Qt6~=6.2.0
+ pyqt: PyQt6~=6.2.0 PyQt6-Qt6~=6.2.0 PyQt6-sip~=13.6.0
27
pygments: Pygments
28
platform: ubuntu-22.04
29
- environment: py38-pyqt63-ubuntu
30
python: 3.8
31
- pyqt: PyQt6~=6.3.0 PyQt6-Qt6~=6.3.0
+ pyqt: PyQt6~=6.3.0 PyQt6-Qt6~=6.3.0 PyQt6-sip~=13.8.0
32
33
platform: ubuntu-latest
34
- environment: py39-windows
0 commit comments