-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Python3] FutureWarning: Cython directive 'language_level' not set #164
Comments
Proposed fixes of other projects: |
Not a good progress with latest git sources: Fedora Rawhide
|
I put code in setup.py to explicitly pass the -3 switch to Cython (c7ccaed). Does that fix the problem? All tests pass on Travis and the language_level warning appears to be gone. |
Fedora Rawhide with those package versions:
java-1.8.0-openjdk-devel 1.8.0.212.b04-0.fc31
python3-Cython 0.29.6-1.fc31
python3-devel 3.7.3-3.fc31
python3-nose 1.3.7-22.fc30
python3-numpy 1.16.3-1.fc31
python3-setuptools 41.0.1-1.fc31
python3-sphinx 2.0.1-1.fc31
The text was updated successfully, but these errors were encountered: