summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2018-11-30 13:23:41 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2018-11-30 13:23:41 -0500
commit382b21a9f1b0654f838645e0e9748385116b44bf (patch)
tree7f1b2d93179bf4e2c6cde6c27b692d370dda0a0f /setup.py
parent5e016a8d71bddf68be521fbfc51ce468ef679a79 (diff)
downloadpyisda-382b21a9f1b0654f838645e0e9748385116b44bf.tar.gz
turn on level 3
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 68e589c..35005d8 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ all_extensions = cythonize(
[c_extension, all_extensions],
nthreads=4,
compiler_directives={"embedsignature": True,
- "language_level": 2,
+ "language_level": 3,
"c_string_type": "unicode",
"c_string_encoding": "ascii"},
)