Skip to content

Commit c3a3142

Browse files
committed
Drop 3.13 wheels for now.
3.13 to be released on Monday
1 parent 7881224 commit c3a3142

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/wheels-linux.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
"3.10",
2727
"3.11",
2828
"3.12",
29-
"3.13-dev",
3029
]
3130
mb-ml-libc: [ "manylinux" ]
3231
mb-ml-ver: [ 2014, "_2_28" ]
@@ -43,9 +42,6 @@ jobs:
4342
- python: "3.12"
4443
mb-ml-libc: "musllinux"
4544
mb-ml-ver: "_1_1"
46-
- python: "3.13-dev"
47-
mb-ml-libc: "musllinux"
48-
mb-ml-ver: "_1_1"
4945
env:
5046
BUILD_COMMIT: ${{ inputs.build-commit }}
5147
MB_PYTHON_VERSION: ${{ matrix.python }}

.github/workflows/wheels-macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
"3.10",
2727
"3.11",
2828
"3.12",
29-
"3.13",
3029
]
3130
platform: [ "x86_64", "arm64" ]
3231
env:

0 commit comments

Comments
 (0)