Skip to content

Commit

Permalink
_patch is to use language_level=3
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Sep 17, 2024
1 parent ea9ef22 commit 8fcf5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkl_umath/src/_patch.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fcf5e4

Please sign in to comment.