-
Notifications
You must be signed in to change notification settings - Fork 1
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 compatibility with Cython 3.x #10
Conversation
The current fix works with Cython 3.0.0 in GitHub actions with the following code:
|
Dear Marion, thanks for opening the issue and for the pull request. I just wondered if it weren't better to simply go for integer division with |
Please do not use |
Dear Marcello, |
@Marion-Artigaut could you have a look if #11 fixes it for you as well ? |
Fixed by #11 |
This request is an attempt to fix Issue #9 as described in https://stackoverflow.com/questions/64932145/cython-compile-error-cannot-assign-type-double-to-int-using-mingw64-in-win.