Skip to content

Commit 8fcf5e4

Browse files
_patch is to use language_level=3
1 parent ea9ef22 commit 8fcf5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mkl_umath/src/_patch.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525

2626
# distutils: language = c
27-
# cython: language_level=2
27+
# cython: language_level=3
2828

2929
import mkl_umath._ufuncs as mu
3030
import numpy.core.umath as nu

0 commit comments

Comments
 (0)