diff --git a/openGJK_cython.pyx b/openGJK_cython.pyx index 3727643..4d9134c 100644 --- a/openGJK_cython.pyx +++ b/openGJK_cython.pyx @@ -1,6 +1,7 @@ +#!python +# cython: language_level=3 # distutils: sources = src/openGJK.c # distutils: include_dirs = include/openGJK -# cython: language_level=3, boundscheck=False cimport openGJK_cython