summaryrefslogtreecommitdiffstats
path: root/docs/python-support.md
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-11-15 18:42:26 -0500
committerMike Frysinger <vapier@google.com>2020-11-16 05:07:33 +0000
commit6e89c965f40860f93389b919b4d7f190beb707f7 (patch)
treefa9d332ae2cdb27e6d46020a817dcdc5c349238f /docs/python-support.md
parent1f20776dbb3b87ba39928dc4baba58f9c2d17c80 (diff)
downloadgit-repo-6e89c965f40860f93389b919b4d7f190beb707f7.tar.gz
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 <mmortensen@google.com> Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to 'docs/python-support.md')
-rw-r--r--docs/python-support.md4
1 files changed, 2 insertions, 2 deletions
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
18no new features will be added, nor is support guaranteed. 18no new features will be added, nor is support guaranteed.
19 19
20Users can select this during `repo init` time via the [repo launcher]. 20Users can select this during `repo init` time via the [repo launcher].
21Otherwise the default branches (e.g. stable & master) will be used which will 21Otherwise the default branches (e.g. stable & main) will be used which will
22require Python 3. 22require Python 3.
23 23
24This means the [repo launcher] needs to support both Python 2 & Python 3, but 24This means the [repo launcher] needs to support both Python 2 & Python 3, but
25since it doesn't import any other repo code, this shouldn't be too problematic. 25since it doesn't import any other repo code, this shouldn't be too problematic.
26 26
27The master branch will require Python 3.6 at a minimum. 27The main branch will require Python 3.6 at a minimum.
28If the system has an older version of Python 3, then users will have to select 28If the system has an older version of Python 3, then users will have to select
29the legacy Python 2 branch instead. 29the legacy Python 2 branch instead.
30 30