Skip to content

Add a pyproject.toml to control build-time numpy version

Andreas Klöckner requested to merge pep518 into master

Build against the oldest C_API_VERSION available for the current Python version, to maximise compatibility of the resulting installation.

Closes #271.

Merge request reports