We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b8835d + a6cce4e commit beb4e72Copy full SHA for beb4e72
1 file changed
pyproject.toml
@@ -56,7 +56,7 @@ dev = [
56
requires = [
57
'setuptools >= 77.0',
58
'setuptools_scm >= 8.0',
59
- 'cython >= 3.1.0,<4',
+ 'cython >= 3.1.2,<4',
60
'numpy >= 2.0.0',
61
'extension-helpers >= 1.3,<2',
62
]
@@ -255,3 +255,6 @@ ignore = [
255
256
[tool.ruff.lint.pydocstyle]
257
convention = 'numpy'
258
+
259
+[tool.distutils.bdist_wheel]
260
+py-limited-api = "cp311"
0 commit comments