Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Aug 13, 2024
1 parent 486c2b4 commit d2b3db0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ skip = [
"pp37-*",
"pp38-*",
]
test-skip = [
"cp37-musllinux_*",
]
free-threaded-support = true
environment-pass = ["SETUPTOOLS_SCM_PRETEND_VERSION"]
environment.PIP_ONLY_BINARY = "numpy"
Expand All @@ -176,10 +179,12 @@ environment.PIP_PREFER_BINARY = "1"
[[tool.cibuildwheel.overrides]]
select = "*pyodide*"
inherit.environment = "append"
environment.CFLAGS = "-fexceptions"
environment.LDFLAGS = "-fexceptions"
build-frontend = {name = "build", args = ["--exports", "whole_archive"]}

[[tool.cibuildwheel.overrides]]
select = "cp313*"
select = ["cp313*", "pp310*"]
inherit.environment = "append"
before-test = 'uv pip install "numpy>=2.1.0rc1"'

Expand Down

0 comments on commit d2b3db0

Please sign in to comment.