summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Catteau <fcatteau@gitlab.com>2019-08-16 15:05:25 +0000
committerLukas Eipert <leipert@gitlab.com>2019-08-26 15:13:11 +0200
commit7f70bab1660f4f9d1af05e2cc70030bcfd81c957 (patch)
tree20183d8701c08d169ea240fc655687bf3654414d
parent519a130c26d9972ef8504820f3bd2ab1e654c0c4 (diff)
downloadgitlab-ce-ee-12032-defaults-to-python-3-docs.tar.gz
License Compliance defaults to Python 3ee-12032-defaults-to-python-3-docs
License Compliance now uses Python 3 by default. See https://gitlab.com/gitlab-org/gitlab-ee/issues/12032
-rw-r--r--doc/user/application_security/license_management/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/user/application_security/license_management/index.md b/doc/user/application_security/license_management/index.md
index 912f2f0e209..44b2671930e 100644
--- a/doc/user/application_security/license_management/index.md
+++ b/doc/user/application_security/license_management/index.md
@@ -169,9 +169,9 @@ If you still need to run tests during `mvn install`, add `-DskipTests=false` to
> [Introduced](https://gitlab.com/gitlab-org/security-products/license-management/merge_requests/36) in [GitLab Ultimate](https://about.gitlab.com/pricing/) 12.0.
-License Compliance uses Python 2.7 and pip 10.0 by default.
-If your project requires Python 3, you can switch to Python 3.5 and pip 19.1
-by setting the `LM_PYTHON_VERSION` environment variable to `3`.
+License Compliance uses Python 3.5 and pip 19.1 by default.
+If your project requires Python 2, you can switch to Python 2.7 and pip 10.0
+by setting the `LM_PYTHON_VERSION` environment variable to `2`.
```yaml
include:
@@ -179,7 +179,7 @@ include:
license_management:
variables:
- LM_PYTHON_VERSION: 3
+ LM_PYTHON_VERSION: 2
```
## Project policies for License Compliance