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 739f672 commit 677d618Copy full SHA for 677d618
.github/workflows/wheels-linux.yml
@@ -26,7 +26,7 @@ jobs:
26
"3.10",
27
"3.11",
28
"3.12",
29
- "3.13",
+ "3.13-dev",
30
]
31
mb-ml-libc: [ "manylinux" ]
32
mb-ml-ver: [ 2014, "_2_28" ]
@@ -43,7 +43,7 @@ jobs:
43
- python: "3.12"
44
mb-ml-libc: "musllinux"
45
mb-ml-ver: "_1_1"
46
- - python: "3.13"
+ - python: "3.13-dev"
47
48
49
env:
.github/workflows/wheels-windows.yml
BUILD_COMMIT: ${{ inputs.build-commit }}
0 commit comments