-
Notifications
You must be signed in to change notification settings - Fork 364
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
Minimum Cython version updated #1253
Comments
Hmm, yes indeed. Perhaps it isn't as simple as the Cython version. I was using a pretty old GCC there, so there may be more to it. For others that come across this issue (via Google), upgrading to Cython v0.29 did solve the issue for me. |
Here's a build where I pass |
I'd like to see if we can still support Cython 0.28 as that's what's in current Fedora and Debian testing. |
With #1264 you don't need Cython at all if you are using the sdist? Is that helpful? |
Description
It seems that #1251 means that we now depend on Cython 0.29+.
The compile error I got with 0.28.5 (Linux, GCC 4.4.7):
We should either try to relax this version dependency, or document it (either is fine IMO).
cc @QuLogic
The text was updated successfully, but these errors were encountered: