From 8fcf5e4ae4318ce333a2bf84a2b5c99a0af6bfac Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Tue, 17 Sep 2024 09:53:18 -0500 Subject: [PATCH] _patch is to use language_level=3 --- mkl_umath/src/_patch.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkl_umath/src/_patch.pyx b/mkl_umath/src/_patch.pyx index 5814d54..fd78f8d 100644 --- a/mkl_umath/src/_patch.pyx +++ b/mkl_umath/src/_patch.pyx @@ -24,7 +24,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # distutils: language = c -# cython: language_level=2 +# cython: language_level=3 import mkl_umath._ufuncs as mu import numpy.core.umath as nu