Skip to content

Commit beb4e72

Browse files
authored
Merge pull request #604 from astropy/enable-limited-api
Re-enable Limited API
2 parents 9b8835d + a6cce4e commit beb4e72

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dev = [
5656
requires = [
5757
'setuptools >= 77.0',
5858
'setuptools_scm >= 8.0',
59-
'cython >= 3.1.0,<4',
59+
'cython >= 3.1.2,<4',
6060
'numpy >= 2.0.0',
6161
'extension-helpers >= 1.3,<2',
6262
]
@@ -255,3 +255,6 @@ ignore = [
255255

256256
[tool.ruff.lint.pydocstyle]
257257
convention = 'numpy'
258+
259+
[tool.distutils.bdist_wheel]
260+
py-limited-api = "cp311"

0 commit comments

Comments
 (0)