From 3b0552259dff8355a92fcb57f7ac3b56bc741dd7 Mon Sep 17 00:00:00 2001 From: Dave Andreoli Date: Tue, 23 Apr 2019 08:55:29 +0200 Subject: [PATCH] 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, })