From 9023be970d16bb0262710ea19ebf69bad71b7648 Mon Sep 17 00:00:00 2001 From: Mattia Montanari Date: Thu, 21 May 2020 17:13:21 +0100 Subject: [PATCH] Specify python for interp --- openGJK_cython.pyx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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