Skip to content

Commit 863b5f5

Browse files
committed
Try 3.13 with pre-releases
1 parent bc084f6 commit 863b5f5

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.github/workflows/wheels-linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
"3.10",
2727
"3.11",
2828
"3.12",
29+
"3.13",
2930
]
3031
mb-ml-libc: [ "manylinux" ]
3132
mb-ml-ver: [ 2014, "_2_28" ]
@@ -42,6 +43,9 @@ jobs:
4243
- python: "3.12"
4344
mb-ml-libc: "musllinux"
4445
mb-ml-ver: "_1_1"
46+
- python: "3.13"
47+
mb-ml-libc: "musllinux"
48+
mb-ml-ver: "_1_1"
4549
env:
4650
BUILD_COMMIT: ${{ inputs.build-commit }}
4751
MB_PYTHON_VERSION: ${{ matrix.python }}
@@ -54,6 +58,7 @@ jobs:
5458
- uses: actions/setup-python@v5
5559
with:
5660
python-version: ${{ matrix.python }}
61+
allow-prereleases: true
5762
- name: Build Wheel
5863
run: .github/workflows/build.sh
5964
- uses: actions/upload-artifact@v4

.github/workflows/wheels-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
"3.10",
2727
"3.11",
2828
"3.12",
29+
"3.13",
2930
]
3031
platform: [ "x86_64", "arm64" ]
3132
env:

.github/workflows/wheels-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
"3.10",
2727
"3.11",
2828
"3.12",
29+
"3.13",
2930
]
3031
env:
3132
BUILD_COMMIT: ${{ inputs.build-commit }}
@@ -37,6 +38,7 @@ jobs:
3738
- uses: actions/setup-python@v5
3839
with:
3940
python-version: ${{ matrix.python }}
41+
allow-prereleases: true
4042
- name: Build Wheel
4143
run: .github/workflows/build.ps1
4244
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)