46
46
matrix :
47
47
include :
48
48
# Windows 32 bit
49
- - os : windows-latest
50
- python : 38
51
- platform_id : win32
52
- - os : windows-latest
53
- python : 39
54
- platform_id : win32
55
49
- os : windows-latest
56
50
python : 310
57
51
platform_id : win32
@@ -61,14 +55,11 @@ jobs:
61
55
- os : windows-latest
62
56
python : 312
63
57
platform_id : win32
58
+ - os : windows-latest
59
+ python : 313
60
+ platform_id : win32
64
61
65
62
# Windows 64 bit
66
- - os : windows-latest
67
- python : 38
68
- platform_id : win_amd64
69
- - os : windows-latest
70
- python : 39
71
- platform_id : win_amd64
72
63
- os : windows-latest
73
64
python : 310
74
65
platform_id : win_amd64
@@ -78,16 +69,11 @@ jobs:
78
69
- os : windows-latest
79
70
python : 312
80
71
platform_id : win_amd64
72
+ - os : windows-latest
73
+ python : 313
74
+ platform_id : win_amd64
81
75
82
76
# Linux 64 bit manylinux2014
83
- - os : ubuntu-latest
84
- python : 38
85
- platform_id : manylinux_x86_64
86
- manylinux_image : manylinux2014
87
- - os : ubuntu-latest
88
- python : 39
89
- platform_id : manylinux_x86_64
90
- manylinux_image : manylinux2014
91
77
- os : ubuntu-latest
92
78
python : 310
93
79
platform_id : manylinux_x86_64
@@ -100,14 +86,12 @@ jobs:
100
86
python : 312
101
87
platform_id : manylinux_x86_64
102
88
manylinux_image : manylinux2014
89
+ - os : ubuntu-latest
90
+ python : 313
91
+ platform_id : manylinux_x86_64
92
+ manylinux_image : manylinux2014
103
93
104
94
# Linux aarch64
105
- - os : ubuntu-latest
106
- python : 38
107
- platform_id : manylinux_aarch64
108
- - os : ubuntu-latest
109
- python : 39
110
- platform_id : manylinux_aarch64
111
95
- os : ubuntu-latest
112
96
python : 310
113
97
platform_id : manylinux_aarch64
@@ -117,14 +101,11 @@ jobs:
117
101
- os : ubuntu-latest
118
102
python : 312
119
103
platform_id : manylinux_aarch64
104
+ - os : ubuntu-latest
105
+ python : 313
106
+ platform_id : manylinux_aarch64
120
107
121
108
# MacOS x86_64
122
- - os : macos-latest
123
- python : 38
124
- platform_id : macosx_x86_64
125
- - os : macos-latest
126
- python : 39
127
- platform_id : macosx_x86_64
128
109
- os : macos-latest
129
110
python : 310
130
111
platform_id : macosx_x86_64
@@ -134,14 +115,11 @@ jobs:
134
115
- os : macos-latest
135
116
python : 312
136
117
platform_id : macosx_x86_64
118
+ - os : macos-latest
119
+ python : 313
120
+ platform_id : macosx_x86_64
137
121
138
122
# MacOS arm64
139
- - os : macos-latest
140
- python : 38
141
- platform_id : macosx_arm64
142
- - os : macos-latest
143
- python : 39
144
- platform_id : macosx_arm64
145
123
- os : macos-latest
146
124
python : 310
147
125
platform_id : macosx_arm64
@@ -151,6 +129,9 @@ jobs:
151
129
- os : macos-latest
152
130
python : 312
153
131
platform_id : macosx_arm64
132
+ - os : macos-latest
133
+ python : 313
134
+ platform_id : macosx_arm64
154
135
155
136
steps :
156
137
- uses : actions/checkout@v4
@@ -170,7 +151,7 @@ jobs:
170
151
- uses : actions/setup-python@v5
171
152
name : Install Python
172
153
with :
173
- python-version : ' 3.9 '
154
+ python-version : ' 3.10 '
174
155
175
156
- name : Install cibuildwheel
176
157
run : |
@@ -206,7 +187,7 @@ jobs:
206
187
strategy :
207
188
fail-fast : false
208
189
matrix :
209
- python-version : ['3.8 ', '3.9 ', '3.10 ', '3.11', '3.12 ']
190
+ python-version : ['3.10 ', '3.11 ', '3.12 ', '3.13 ']
210
191
211
192
steps :
212
193
- name : Install Rust (stable)
0 commit comments