File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 26
26
" 3.10" ,
27
27
" 3.11" ,
28
28
" 3.12" ,
29
+ " 3.13" ,
29
30
]
30
31
mb-ml-libc : [ "manylinux" ]
31
32
mb-ml-ver : [ 2014, "_2_28" ]
42
43
- python : " 3.12"
43
44
mb-ml-libc : " musllinux"
44
45
mb-ml-ver : " _1_1"
46
+ - python : " 3.13"
47
+ mb-ml-libc : " musllinux"
48
+ mb-ml-ver : " _1_1"
45
49
env :
46
50
BUILD_COMMIT : ${{ inputs.build-commit }}
47
51
MB_PYTHON_VERSION : ${{ matrix.python }}
54
58
- uses : actions/setup-python@v5
55
59
with :
56
60
python-version : ${{ matrix.python }}
61
+ allow-prereleases : true
57
62
- name : Build Wheel
58
63
run : .github/workflows/build.sh
59
64
- uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 26
26
" 3.10" ,
27
27
" 3.11" ,
28
28
" 3.12" ,
29
+ " 3.13" ,
29
30
]
30
31
platform : [ "x86_64", "arm64" ]
31
32
env :
Original file line number Diff line number Diff line change 26
26
" 3.10" ,
27
27
" 3.11" ,
28
28
" 3.12" ,
29
+ " 3.13" ,
29
30
]
30
31
env :
31
32
BUILD_COMMIT : ${{ inputs.build-commit }}
37
38
- uses : actions/setup-python@v5
38
39
with :
39
40
python-version : ${{ matrix.python }}
41
+ allow-prereleases : true
40
42
- name : Build Wheel
41
43
run : .github/workflows/build.ps1
42
44
- uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments