diff options
Diffstat (limited to 'docs/python-support.md')
-rw-r--r-- | docs/python-support.md | 4 |
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 | |||
18 | no new features will be added, nor is support guaranteed. | 18 | no new features will be added, nor is support guaranteed. |
19 | 19 | ||
20 | Users can select this during `repo init` time via the [repo launcher]. | 20 | Users can select this during `repo init` time via the [repo launcher]. |
21 | Otherwise the default branches (e.g. stable & master) will be used which will | 21 | Otherwise the default branches (e.g. stable & main) will be used which will |
22 | require Python 3. | 22 | require Python 3. |
23 | 23 | ||
24 | This means the [repo launcher] needs to support both Python 2 & Python 3, but | 24 | This means the [repo launcher] needs to support both Python 2 & Python 3, but |
25 | since it doesn't import any other repo code, this shouldn't be too problematic. | 25 | since it doesn't import any other repo code, this shouldn't be too problematic. |
26 | 26 | ||
27 | The master branch will require Python 3.6 at a minimum. | 27 | The main branch will require Python 3.6 at a minimum. |
28 | If the system has an older version of Python 3, then users will have to select | 28 | If the system has an older version of Python 3, then users will have to select |
29 | the legacy Python 2 branch instead. | 29 | the legacy Python 2 branch instead. |
30 | 30 | ||