We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7881224 commit c3a3142Copy full SHA for c3a3142
.github/workflows/wheels-linux.yml
@@ -26,7 +26,6 @@ jobs:
26
"3.10",
27
"3.11",
28
"3.12",
29
- "3.13-dev",
30
]
31
mb-ml-libc: [ "manylinux" ]
32
mb-ml-ver: [ 2014, "_2_28" ]
@@ -43,9 +42,6 @@ jobs:
43
42
- python: "3.12"
44
mb-ml-libc: "musllinux"
45
mb-ml-ver: "_1_1"
46
- - python: "3.13-dev"
47
- mb-ml-libc: "musllinux"
48
- mb-ml-ver: "_1_1"
49
env:
50
BUILD_COMMIT: ${{ inputs.build-commit }}
51
MB_PYTHON_VERSION: ${{ matrix.python }}
.github/workflows/wheels-macos.yml
- "3.13",
platform: [ "x86_64", "arm64" ]
0 commit comments