Skip to content

Remove compiled Cython files from sdist #28341

Closed
@TomAugspurger

Description

@TomAugspurger

NumPy is considering this in numpy/numpy#14453. I suspect other projects will follow suite.

The tldr is that as long as we ship the cythonized code, our older sdists have no hope of working with newer Pythons. The have to be compiled with a modern enough Cython.

I think this makes even more sense for us. We already require that NumPy is present as a build dependency. Requiring Cython on top of that is not a big deal.

Do we want to do this for 0.25.2?

Metadata

Metadata

Assignees

No one assigned

    Labels

    BuildLibrary building on various platforms

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions