Skip to content

Commit 677d618

Browse files
committed
Label 3.13 builds as dev
1 parent 739f672 commit 677d618

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/wheels-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
"3.10",
2727
"3.11",
2828
"3.12",
29-
"3.13",
29+
"3.13-dev",
3030
]
3131
mb-ml-libc: [ "manylinux" ]
3232
mb-ml-ver: [ 2014, "_2_28" ]
@@ -43,7 +43,7 @@ jobs:
4343
- python: "3.12"
4444
mb-ml-libc: "musllinux"
4545
mb-ml-ver: "_1_1"
46-
- python: "3.13"
46+
- python: "3.13-dev"
4747
mb-ml-libc: "musllinux"
4848
mb-ml-ver: "_1_1"
4949
env:

.github/workflows/wheels-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
"3.10",
2727
"3.11",
2828
"3.12",
29-
"3.13",
29+
"3.13-dev",
3030
]
3131
env:
3232
BUILD_COMMIT: ${{ inputs.build-commit }}

0 commit comments

Comments
 (0)