Skip to content

Commit

Permalink
Remove special purpose limited API settings for PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Aug 23, 2024
1 parent 1e96eba commit 0c46039
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test = [
[build-system]
build-backend = 'mesonpy'
requires = [
"meson-python",
"meson-python>=1.5.0",
"numpy>=2.0.0",
]

Expand Down Expand Up @@ -77,8 +77,6 @@ CMAKE = "C:\\\\Users\\\\runneradmin\\\\micromamba\\\\Library\\\\bin\\\\cmake"

[[tool.cibuildwheel.overrides]]
select = "pp*"
# PyPy does not support the Python limited API.
config-settings.setup-args = "-Dpython.allow_limited_api=false"
# We can't run our full pytest test suite on PyPy wheels
# because Scipy doesn't distributes PyPy wheels.
# See https://github.com/scipy/scipy/issues/17974
Expand Down

0 comments on commit 0c46039

Please sign in to comment.