75
75
needs : versioning
76
76
strategy :
77
77
matrix :
78
- python-version : ["38", "39", "310", "311", "312", "313", "313t"]
78
+ python-version :
79
+ ["38", "39", "310", "311", "312", "313", "313t", "314", "314t"]
79
80
steps :
80
81
- uses : actions/checkout@v4
81
82
with :
@@ -108,7 +109,8 @@ jobs:
108
109
needs : versioning
109
110
strategy :
110
111
matrix :
111
- python-version : ["38", "39", "310", "311", "312", "313", "313t"]
112
+ python-version :
113
+ ["38", "39", "310", "311", "312", "313", "313t", "314", "314t"]
112
114
steps :
113
115
- uses : actions/checkout@v4
114
116
with :
@@ -150,7 +152,8 @@ jobs:
150
152
needs : versioning
151
153
strategy :
152
154
matrix :
153
- python-version : ["38", "39", "310", "311", "312", "313", "313t"]
155
+ python-version :
156
+ ["38", "39", "310", "311", "312", "313", "313t", "314", "314t"]
154
157
steps :
155
158
- uses : actions/checkout@v4
156
159
with :
@@ -182,7 +185,8 @@ jobs:
182
185
strategy :
183
186
matrix :
184
187
# 3.7 not supported on macOS ARM
185
- python-version : ["38", "39", "310", "311", "312", "313", "313t"]
188
+ python-version :
189
+ ["38", "39", "310", "311", "312", "313", "313t", "314", "314t"]
186
190
steps :
187
191
- uses : actions/checkout@v4
188
192
with :
@@ -213,7 +217,8 @@ jobs:
213
217
needs : versioning
214
218
strategy :
215
219
matrix :
216
- python-version : ["38", "39", "310", "311", "312", "313", "313t"]
220
+ python-version :
221
+ ["38", "39", "310", "311", "312", "313", "313t", "314", "314t"]
217
222
architecture : [AMD64]
218
223
include :
219
224
- python-version : " 39"
@@ -228,6 +233,10 @@ jobs:
228
233
architecture : ARM64
229
234
- python-version : " 313t"
230
235
architecture : ARM64
236
+ - python-version : " 314"
237
+ architecture : ARM64
238
+ - python-version : " 314t"
239
+ architecture : ARM64
231
240
steps :
232
241
- uses : actions/checkout@v4
233
242
with :
@@ -261,7 +270,8 @@ jobs:
261
270
needs : versioning
262
271
strategy :
263
272
matrix :
264
- python-version : ["38", "39", "310", "311", "312", "313", "313t"]
273
+ python-version :
274
+ ["38", "39", "310", "311", "312", "313", "313t", "314", "314t"]
265
275
steps :
266
276
- uses : actions/checkout@v4
267
277
with :
0 commit comments