changeset 5846:a86c2682f608 stable

make: default to using python3 This is what Mercurial does now.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 12 Mar 2021 11:05:20 +0100
parents 845a461728c9
children 64082dc8888a
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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