File tree Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Expand file tree Collapse file tree 2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 17
17
matrix :
18
18
include :
19
19
# Linux
20
- - os : ubuntu-20.04
21
- python-version : 3.9
22
- test-env : " PyQt5~=5.12.1 PyQtWebEngine~=5.12.1"
23
-
24
20
- os : ubuntu-20.04
25
21
python-version : 3.9
26
22
test-env : " PyQt5~=5.14.0 PyQtWebEngine~=5.14.0"
@@ -48,16 +44,21 @@ jobs:
48
44
test-env : " PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0 PyQt6-WebEngine~=6.5.0 PyQt6-WebEngine-Qt6~=6.5.0"
49
45
extra-system-packages : " libegl1-mesa libxcb-cursor0 glibc-tools"
50
46
47
+ - os : ubuntu-22.04
48
+ python-version : " 3.13"
49
+ test-env : " PyQt6~=6.7.0 PyQt6-Qt6~=6.7.0 PyQt6-WebEngine~=6.7.0 PyQt6-WebEngine-Qt6~=6.7.0"
50
+ extra-system-packages : " libegl1-mesa libxcb-cursor0 glibc-tools"
51
+
51
52
# macOS
52
- - os : macos-12
53
+ - os : macos-13
53
54
python-version : 3.9
54
55
test-env : " PyQt5~=5.14.0 PyQtWebEngine~=5.14.0"
55
56
56
- - os : macos-13
57
+ - os : macos-14
57
58
python-version : " 3.10"
58
59
test-env : " PyQt5~=5.15.0 PyQtWebEngine~=5.15.0"
59
60
60
- - os : macos-13
61
+ - os : macos-14
61
62
python-version : " 3.11"
62
63
test-env : " PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3 PyQt6-WebEngine~=6.2.1 PyQt6-WebEngine-Qt6~=6.2.1"
63
64
69
70
python-version : " 3.12"
70
71
test-env : " PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0 PyQt6-WebEngine~=6.5.0 PyQt6-WebEngine-Qt6~=6.5.0"
71
72
73
+ - os : macos-latest
74
+ python-version : " 3.13"
75
+ test-env : " PyQt6~=6.7.0 PyQt6-Qt6~=6.7.0 PyQt6-WebEngine~=6.7.0 PyQt6-WebEngine-Qt6~=6.7.0"
76
+
72
77
# Windows
73
78
- os : windows-2019
74
79
python-version : 3.9
94
99
python-version : " 3.12"
95
100
test-env : " PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0 PyQt6-WebEngine~=6.5.0 PyQt6-WebEngine-Qt6~=6.5.0"
96
101
102
+ - os : windows-2019
103
+ python-version : " 3.13"
104
+ test-env : " PyQt6~=6.7.0 PyQt6-Qt6~=6.7.0 PyQt6-WebEngine~=6.7.0 PyQt6-WebEngine-Qt6~=6.7.0"
105
+
97
106
steps :
98
107
- uses : actions/checkout@v4
99
108
- name : Setup Python
Original file line number Diff line number Diff line change @@ -116,13 +116,6 @@ def test_track(self):
116
116
self .assertEqual (popup .currentIndex ().row (), 2 )
117
117
cb .hidePopup ()
118
118
119
- def test_empty (self ):
120
- cb = self .cb
121
- cb .clear ()
122
- cb .showPopup ()
123
- popup = cb .findChild (QListView ) # type: QListView
124
- self .assertIsNone (popup )
125
-
126
119
def test_kwargs_enabled_focus_out (self ):
127
120
# PyQt5's property via kwargs can invoke virtual overrides while still
128
121
# not fully constructed
You can’t perform that action at this time.
0 commit comments