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

Rebuild c files using cython 0.29.37 #223

Closed
wants to merge 1 commit into from
Closed

Rebuild c files using cython 0.29.37 #223

wants to merge 1 commit into from

Conversation

nickbaum
Copy link
Contributor

@nickbaum nickbaum commented Sep 4, 2024

This change only updates the c files using cython 0.29.37.

Currently tests fail for any pull requests unless you rebuild the c files, which makes for a much messier diff:

  • The checked in c files were built using cython 0.29.35
  • The latest version of cython that matches setup.py is 0.29.37 (cython<1.0.0)

This change does not update setup.py, nor make any other changes. Looking at Cython's changelog, the changes between 0.29.35 and 0.29.37 are only bug fixes, so this should be very low risk.

Blocking #219.

@gherceg
Copy link
Contributor

gherceg commented Sep 4, 2024

Thanks @nickbaum. I cherry-picked this commit into a new PR to get the failing github action to pass. Seems like it doesn't play nice with PRs from forks and I am unable to dig more into that at the moment.

@gherceg gherceg closed this Sep 4, 2024
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.

2 participants