Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow overriding the Cython version requirement #3323

Merged
merged 1 commit into from
May 5, 2022

Commits on May 4, 2022

  1. Allow overriding the Cython version requirement

    Use an environment variable for this since it is often easier to set in a
    build wrapper rather than trying to override command-line options in the
    right layer of a multi-layer build wrapper and it also requires a lot less
    code to do the override.
    
    This will be useful for using alpha versions of Cython or old versions of
    Cython provided by the distros or specific versions that fix certain bugs.
    pabs3 committed May 4, 2022
    Configuration menu
    Copy the full SHA
    629c929 View commit details
    Browse the repository at this point in the history