Skip to content

Commit d208cbb

Browse files
committed
Use newer python.
1 parent 770e929 commit d208cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

papers/P2988/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PYEXECPATH ?= $(shell which python3.12 || which python3.11 || which python3.10)
1+
PYEXECPATH ?= $(shell which python3.13 || which python3.12 || which python3.11 || which python3.10)
22
PYTHON ?= $(shell basename $(PYEXECPATH))
33
VENV := .venv/
44
SOURCE_VENV := . $(VENV)/bin/activate;

0 commit comments

Comments
 (0)