# HG changeset patch # User Pierre-Yves David # Date 1615543520 -3600 # Node ID a86c2682f6086ba2adb8ce04e97bc2c554554fe7 # Parent 845a461728c94c26144528edf8e77b258eb00a55 make: default to using python3 This is what Mercurial does now. diff -r 845a461728c9 -r a86c2682f608 Makefile --- a/Makefile Thu Mar 11 18:56:59 2021 +0800 +++ b/Makefile Fri Mar 12 11:05:20 2021 +0100 @@ -1,4 +1,4 @@ -PYTHON ?= python +PYTHON ?= python3 VERSION = $(shell python setup.py --version) TESTFLAGS ?= $(shell echo $$HGTESTFLAGS) HGTESTS = $(HGROOT)/tests