Skip to content

Commit

Permalink
Try 3.13 with pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Oct 6, 2024
1 parent bc084f6 commit 863b5f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
"3.10",
"3.11",
"3.12",
"3.13",
]
mb-ml-libc: [ "manylinux" ]
mb-ml-ver: [ 2014, "_2_28" ]
Expand All @@ -42,6 +43,9 @@ jobs:
- python: "3.12"
mb-ml-libc: "musllinux"
mb-ml-ver: "_1_1"
- python: "3.13"
mb-ml-libc: "musllinux"
mb-ml-ver: "_1_1"
env:
BUILD_COMMIT: ${{ inputs.build-commit }}
MB_PYTHON_VERSION: ${{ matrix.python }}
Expand All @@ -54,6 +58,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
- name: Build Wheel
run: .github/workflows/build.sh
- uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wheels-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
"3.10",
"3.11",
"3.12",
"3.13",
]
platform: [ "x86_64", "arm64" ]
env:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/wheels-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
"3.10",
"3.11",
"3.12",
"3.13",
]
env:
BUILD_COMMIT: ${{ inputs.build-commit }}
Expand All @@ -37,6 +38,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
allow-prereleases: true
- name: Build Wheel
run: .github/workflows/build.ps1
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 863b5f5

Please sign in to comment.