Skip to content

Commit 93a4faa

Browse files
committed
Default to latest Numba-compatible Python version
1 parent 3be7d25 commit 93a4faa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# EDITOR must wait!
44
EDITOR = nano
55
PREFIX = /usr/local
6-
PYTHON = python3
6+
7+
# Latest Numba-compatible
8+
PYTHON = python3.12
79

810
check:
911
flake8 .

0 commit comments

Comments
 (0)