summaryrefslogtreecommitdiff
path: root/pyspike/cython/cython_add.pyx
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2021-12-29 18:14:55 -0600
committerMario Mulansky <mario.mulansky@gmx.net>2021-12-29 18:14:55 -0600
commit14f9130b19a490536171532999fc32012c963744 (patch)
treeb01bd3508b444dbc92b3a457dc9730aee9f1e7de /pyspike/cython/cython_add.pyx
parentcf421763434059d5fb1e5cc347b0db781116767d (diff)
Set language level 3 in cython files
Diffstat (limited to 'pyspike/cython/cython_add.pyx')
-rw-r--r--pyspike/cython/cython_add.pyx1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyspike/cython/cython_add.pyx b/pyspike/cython/cython_add.pyx
index 25f1181..f38406a 100644
--- a/pyspike/cython/cython_add.pyx
+++ b/pyspike/cython/cython_add.pyx
@@ -1,3 +1,4 @@
+#cython: language_level=3
#cython: boundscheck=False
#cython: wraparound=False
#cython: cdivision=True