summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-11-24 06:24:37 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-11-24 06:24:37 +0100
commit49c3178711ddb3510f0e96297187f823cc019871 (patch)
treedf908e433e76b16f67dcfa03fedd621d6caa662e
parent38c68d95eaed9bf7415781ca0102441a349893ee (diff)
downloadgitdb-49c3178711ddb3510f0e96297187f823cc019871.tar.gz
use python3 binary
MacOS Ventura doesn't come with a `python` binary anymore
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7acbb1..7aa5a71 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PYTHON = python
+PYTHON = python3
SETUP = $(PYTHON) setup.py
TESTFLAGS =