davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=3b0552259dff8355a92fcb57f7ac3b56bc741dd7

commit 3b0552259dff8355a92fcb57f7ac3b56bc741dd7
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Tue Apr 23 08:55:29 2019 +0200

    Silence Cython warnings
    
    I'm keeping python 2 style for compatibility reasons
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 82dfe26..3ed0028 100755
--- a/setup.py
+++ b/setup.py
@@ -462,6 +462,7 @@ if set(("build", "build_ext", "install", "bdist", "sdist")) 
& set(sys.argv):
                                     #"c_string_encoding": "utf-8",
                                     "embedsignature": True,
                                     "binding": True,
+                                    "language_level": 2,
                                 })
 
 

-- 


Reply via email to