From 6e89c965f40860f93389b919b4d7f190beb707f7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 15 Nov 2020 18:42:26 -0500 Subject: switch to "main" branch for development We're migrating from "master" to "main" as the default development branch. This only affects repo itself, not manifests. Change-Id: I27489dd721c9a467a1c43736808cb3b3c1365433 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/288082 Reviewed-by: Michael Mortensen Tested-by: Mike Frysinger --- docs/python-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/python-support.md') diff --git a/docs/python-support.md b/docs/python-support.md index a5c490a8..3eaaba33 100644 --- a/docs/python-support.md +++ b/docs/python-support.md @@ -18,13 +18,13 @@ Bugfixes may be added on a best-effort basis or from the community, but largely no new features will be added, nor is support guaranteed. Users can select this during `repo init` time via the [repo launcher]. -Otherwise the default branches (e.g. stable & master) will be used which will +Otherwise the default branches (e.g. stable & main) will be used which will require Python 3. This means the [repo launcher] needs to support both Python 2 & Python 3, but since it doesn't import any other repo code, this shouldn't be too problematic. -The master branch will require Python 3.6 at a minimum. +The main branch will require Python 3.6 at a minimum. If the system has an older version of Python 3, then users will have to select the legacy Python 2 branch instead. -- cgit v1.2.3-54-g00ecf