-
Notifications
You must be signed in to change notification settings - Fork 40
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
Cython 3 compatbility #77
Comments
In the Fedora RPM package I see:
Cython 3 assumes Python 3 |
f007845 (committed 2 years ago) |
And then I get:
|
I belive this might be a regression in Cython, I've opened cython/cython#5818 |
With cython/cython@bbbe428 Cython 3 works here. |
I've got a WIP spec here, waiting on Cython 3.0.6: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cython 3 has been released, and the MUSIC sources need to be updated to work with it. Examples of errors when trying to build MUSIC with Cython 3:
Here's the migration guide: https://cython.readthedocs.io/en/latest/src/userguide/migrating_to_cy30.html
The text was updated successfully, but these errors were encountered: