Skip to content

Commit 6849d45

Browse files
committed
Remove beta versions of python in cibuildwheel
This should resolve the issue with scipy because it does not build with python 3.14
1 parent 02286b1 commit 6849d45

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/python_publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ jobs:
5454

5555
- name: Build wheels
5656
uses: pypa/cibuildwheel@v3.0.0
57-
env:
58-
CIBW_ENABLE: cpython-prerelease
59-
CIBW_ARCHS_WINDOWS: auto ARM64
6057
with:
6158
package-dir: .
6259
output-dir: wheelhouse

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ build-frontend = "build[uv]"
4444
test-command = "pytest {project}/tests"
4545
test-extras = ["test"]
4646
skip = "*-musllinux*" # Skip musllinux (conflicts with libcudacxx)
47-
# For some reason the github runner tries to install scipy from source and
48-
# fails with missing blas library. So let's prevent that:
49-
before-test = "uv pip install scipy --only-binary=:all: --prerelease=allow"
5047

5148
[tool.cibuildwheel.pyodide]
5249
build-frontend = {name = "build", args = ["--exports", "whole_archive"]}

0 commit comments

Comments
 (0)