This repository was archived by the owner on Oct 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 python : [
2525 " pypy3.8-7.3.11" ,
2626 " pypy3.9-7.3.11" ,
27- " 3.7" ,
2827 " 3.8" ,
2928 " 3.9" ,
3029 " 3.10" ,
Original file line number Diff line number Diff line change @@ -24,16 +24,13 @@ jobs:
2424 python : [
2525 " pypy3.8-7.3.11" ,
2626 " pypy3.9-7.3.11" ,
27- " 3.7" ,
2827 " 3.8" ,
2928 " 3.9" ,
3029 " 3.10" ,
3130 " 3.11" ,
3231 ]
3332 platform : [ "x86_64", "arm64" ]
3433 exclude :
35- - python : " 3.7"
36- platform : " arm64"
3734 - python : " pypy3.8-7.3.11"
3835 platform : " arm64"
3936 - python : " pypy3.9-7.3.11"
Original file line number Diff line number Diff line change @@ -13,16 +13,6 @@ services: docker
1313
1414jobs :
1515 include :
16- - name : " 3.7 Focal manylinux2014 aarch64"
17- arch : arm64
18- env :
19- - MB_ML_VER=2014
20- - MB_PYTHON_VERSION=3.7
21- - name : " 3.7 Focal manylinux_2_28 aarch64"
22- arch : arm64
23- env :
24- - MB_ML_VER="_2_28"
25- - MB_PYTHON_VERSION=3.7
2616 - name : " 3.8 Focal manylinux2014 aarch64"
2717 os : linux
2818 arch : arm64
You can’t perform that action at this time.
0 commit comments