-
Notifications
You must be signed in to change notification settings - Fork 49
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
Support Cython v3 #360
Comments
For avoidance of doubt, the cython 3.0 milestone (linked above) was closed Nov 2023 (!!) |
Currently struggling to get a current example of the Hoping #455 will produce what I need. It did occur to me that NumPy might have removed the warning now that Cython has been around for a few months, but I cannot find any evidence of this: |
Closed by #460 |
( was formerly : "drop cython language_level on v3.0.0" )
📰 Custom Issue
Once
cython
3.0.0 lands:cython
language_level
compiler directive (3str
will be the default behaviour)cython>=3.0
forconda
and PyPI depswarning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
, seeSee https://github.com/cython/cython/milestone/58
The text was updated successfully, but these errors were encountered: