Fix: Set lf-activate-env to use Python 3.8
[releng/global-jjb.git] / releasenotes / notes / use-python-3.8-lftools-deploy-logs-c817c2e5538c7209.yaml
1 ---
2 fixes:
3   - |
4     Set lf-activate-env to use Python 3.8 while running lftools deploy logs.
5     This fixes the below warnings which when jobs try to use default
6     version of python 3.6 which is EOL.
7
8     CryptographyDeprecationWarning: Python 3.6 is no longer supported
9     by the Python core team. Therefore, support for it is deprecated in
10     cryptography and will be removed in a future release.
11
12     PythonDeprecationWarning: Boto3 will no longer support Python 3.6 starting
13     May 30, 2022. To continue receiving service updates, bug fixes, and
14     security updates please upgrade to Python 3.7 or later.