← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/launchpad:py3 into launchpad:master

 

Colin Watson has proposed merging ~cjwatson/launchpad:py3 into launchpad:master.

Commit message:
Build with Python 3 by default

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/406448

All the known regressions have been fixed, and most of our deployments are already using Python 3, so it's finally time to flip the switch on everything else.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:py3 into launchpad:master.
diff --git a/Makefile b/Makefile
index 27f25f5..7575fbc 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
 # Borrowed from dpkg.
 lazy_eval ?= $(or $(value CACHE_$(1)),$(eval CACHE_$(1) := $(shell $(2)))$(value CACHE_$(1)))
 
-PYTHON?=python2.7
+PYTHON?=python3
 
 WD:=$(shell pwd)
 PY=$(WD)/bin/py