Skip to content

Commit 0cff2ad

Browse files
committed
Update latest python in search
Look for python 3.13.
1 parent 34f5b7b commit 0cff2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ papers:
9696
.DEFAULT: $(_build_path)/CMakeCache.txt ## Other targets passed through to cmake
9797
cmake --build $(_build_path) --config $(CONFIG) --target $@ -- -k 0
9898

99-
PYEXECPATH ?= $(shell which python3.12 || which python3.11 || which python3.10 || which python3.9 || which python3.8 || which python3.7 || which python3)
99+
PYEXECPATH ?= $(shell which python3.13 || which python3.12 || which python3.11 || which python3.10 || which python3.9 || which python3.8 || which python3)
100100
PYTHON ?= $(notdir $(PYEXECPATH))
101101
VENV := .venv
102102
ACTIVATE := . $(VENV)/bin/activate &&

0 commit comments

Comments
 (0)