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

CI: undo cython==0.29.35 pin for the 32-bit Linux job, remove !=3.0.3 #19622

Merged
merged 1 commit into from Dec 2, 2023

Conversation

rgommers
Copy link
Member

@rgommers rgommers commented Dec 2, 2023

We're at Cython 3.0.6 now and the relevant upstream bugs have been fixed. We no longer need the !=3.0.3 condition in CI jobs, because that version will never be installed anymore. We only keep it for now in pyproject.toml and in environment.yml, because there it is still useful information for downstream redistributors.

…3` [wheel build]

We're at Cython 3.0.6 now and the relevant upstream bugs have been fixed.
We no longer need the `!=3.0.3` condition in CI jobs, because that version
will never be installed anymore. We only keep it for now in `pyproject.toml`
and in `environment.yml`, because there it is still useful information
for downstream redistributors.
@rgommers rgommers added maintenance Items related to regular maintenance tasks CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure labels Dec 2, 2023
@andyfaff
Copy link
Contributor

andyfaff commented Dec 2, 2023

This LGTM. The fail on macosx_arm64 should be addressed by numpy/numpy#25285 (when it merges). Feel free to merge when everything else goes green.

@tylerjereddy tylerjereddy added this to the 1.12.0 milestone Dec 2, 2023
Copy link
Contributor

@tylerjereddy tylerjereddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as well, CI Failures unrelated and most can be reproduced locally as well so should be fixed soon-ish.

@tylerjereddy tylerjereddy merged commit ed381ac into scipy:main Dec 2, 2023
38 of 45 checks passed
@rgommers rgommers deleted the cy-32bit branch December 2, 2023 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Items related to the CI tools such as CircleCI, GitHub Actions or Azure maintenance Items related to regular maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants