Remove python 2.7 support
[releng/global-jjb.git] / releasenotes / notes / remove-python-27-support-1e109eab35756c0b.yaml
1 ---
2 fixes:
3   - |
4     Remove python 2.7 support
5
6     As per the deprecation notice python 2.7 is not long supported.
7     This causing job failures since the dependencies install
8     are not maintained.
9
10     DEPRECATION: Python 2.7 reached the end of its life on January 1st,
11     2020. Please upgrade your Python as Python 2.7 is no longer
12     maintained. pip 21.0 will drop support for Python 2.7 in January
13     2021. More details about Python 2 support in pip can be found at
14     https://pip.pypa.io/en/latest/development/release-process/#python-2-support
15     pip 21.0 will remove support for this functionality.