summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2019-02-22 11:02:14 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2019-02-22 13:21:17 -0500
commite2dab76d3519d3de7f22ca8eeb93e8184431593e (patch)
tree27e8f3de7dccd85ebcc528c604dad84f8352c254 /setup.py
parentfc53c3e32b2f9d4f83797c6e75545b1f2aee2f67 (diff)
downloadpyisda-e2dab76d3519d3de7f22ca8eeb93e8184431593e.tar.gz
switch to 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"},
)