File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,10 @@ jobs:
246
246
tag : " 11"
247
247
python-version : " 3.9"
248
248
tox_environment : " py39"
249
+ - distro : " debian"
250
+ tag : " 12"
251
+ python-version : " 3.11"
252
+ tox_environment : " py311"
249
253
- distro : " ubuntu"
250
254
tag : " 20.04"
251
255
python-version : " 3.9"
@@ -254,14 +258,26 @@ jobs:
254
258
tag : " 22.04"
255
259
python-version : " 3.10"
256
260
tox_environment : " py310"
261
+ - distro : " ubuntu"
262
+ tag : " 24.04"
263
+ python-version : " 3.12"
264
+ tox_environment : " py312"
257
265
- distro : " fedora"
258
266
tag : " 35"
259
267
python-version : " 3.10"
260
268
tox_environment : " py310"
269
+ - distro : " fedora"
270
+ tag : " 41"
271
+ python-version : " 3.13"
272
+ tox_environment : " py313"
261
273
- distro : " oraclelinux"
262
274
tag : " 8"
263
275
python-version : " 3.9"
264
276
tox_environment : " py39"
277
+ - distro : " oraclelinux"
278
+ tag : " 9"
279
+ python-version : " 3.11"
280
+ tox_environment : " py311"
265
281
allowed_failure :
266
282
- " no"
267
283
locale :
You can’t perform that action at this time.
0 commit comments