File tree 1 file changed +17
-16
lines changed
1 file changed +17
-16
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.0"
23
-
24
20
- os : ubuntu-20.04
25
21
python-version : 3.9
26
22
test-env : " PyQt5~=5.14.0"
@@ -47,24 +43,25 @@ jobs:
47
43
test-env : " PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
48
44
extra-system-packages : " glibc-tools"
49
45
50
- # macOS
51
- - os : macos-12
52
- python-version : 3.9
53
- test-env : " PyQt5~=5.12.0 "
46
+ - os : ubuntu-22.04
47
+ python-version : " 3.13 "
48
+ test-env : " PyQt6~=6.7.0 PyQt6-Qt6~=6.7.0 "
49
+ extra-system-packages : " glibc-tools "
54
50
55
- - os : macos-12
51
+ # macOS
52
+ - os : macos-13
56
53
python-version : 3.9
57
54
test-env : " PyQt5~=5.14.0"
58
55
59
- - os : macos-12
56
+ - os : macos-13
60
57
python-version : " 3.10"
61
58
test-env : " PyQt5~=5.15.0"
62
59
63
- - os : macos-13
60
+ - os : macos-14
64
61
python-version : " 3.11"
65
62
test-env : " PyQt5~=5.15.0"
66
63
67
- - os : macos-14
64
+ - os : macos-15
68
65
python-version : " 3.11"
69
66
test-env : " PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3"
70
67
@@ -76,11 +73,11 @@ jobs:
76
73
python-version : " 3.12"
77
74
test-env : " PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
78
75
79
- # Windows
80
- - os : windows-2019
81
- python-version : 3.9
82
- test-env : " PyQt5~=5.12.0"
76
+ - os : macos-latest
77
+ python-version : " 3.13"
78
+ test-env : " PyQt6~=6.7.0 PyQt6-Qt6~=6.7.0"
83
79
80
+ # Windows
84
81
- os : windows-2019
85
82
python-version : 3.9
86
83
test-env : " PyQt5~=5.15.0"
@@ -105,6 +102,10 @@ jobs:
105
102
python-version : " 3.12"
106
103
test-env : " PyQt6~=6.5.0 PyQt6-Qt6~=6.5.0"
107
104
105
+ - os : windows-2019
106
+ python-version : " 3.13"
107
+ test-env : " PyQt6~=6.7.0 PyQt6-Qt6~=6.7.0"
108
+
108
109
steps :
109
110
- uses : actions/checkout@v4
110
111
- name : Setup Python
You can’t perform that action at this time.
0 commit comments