Skip to content

Commit a2ed202

Browse files
authored
fix: make Makefile Python path portable (#216)
1 parent 3dd7121 commit a2ed202

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Use Python 3.13 where the packages are installed
2-
PYTHON := /opt/homebrew/bin/python3.13
1+
# Allow callers to override the Python executable, defaulting to the active python3.
2+
PYTHON ?= python3
33

44
.PHONY: help install test lint format clean build release bump-patch bump-minor bump-major
55

0 commit comments

Comments
 (0)