We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd7121 commit a2ed202Copy full SHA for a2ed202
1 file changed
Makefile
@@ -1,5 +1,5 @@
1
-# Use Python 3.13 where the packages are installed
2
-PYTHON := /opt/homebrew/bin/python3.13
+# Allow callers to override the Python executable, defaulting to the active python3.
+PYTHON ?= python3
3
4
.PHONY: help install test lint format clean build release bump-patch bump-minor bump-major
5
0 commit comments