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

Conversation

pabs3
Copy link
Contributor

@pabs3 pabs3 commented Apr 13, 2022

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.

@piskvorky
Copy link
Owner

useful for using alpha versions of Cython or old versions of Cython provided by the distros or specific versions that fix certain bugs

Hi @pabs3 , what are you working on, what's the motivation here? The PR looks simple enough but could use some context.

@pabs3
Copy link
Contributor Author

pabs3 commented Apr 13, 2022 via email

@piskvorky piskvorky requested a review from mpenkov April 13, 2022 07:45
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 pabs3 force-pushed the override-cython-requires branch from d24c5ea to 629c929 Compare May 4, 2022 23:51
@piskvorky piskvorky added this to the Next release milestone May 5, 2022
@mpenkov mpenkov merged commit 400d906 into piskvorky:develop May 5, 2022
@mpenkov
Copy link
Collaborator

mpenkov commented May 5, 2022

Merged, thank you!

@pabs3 pabs3 deleted the override-cython-requires branch May 5, 2022 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants