I am trying out `pants 1.26.0.dev1` . What's the p...
# general
c
I am trying out
pants 1.26.0.dev1
. What's the proper way to disable the Python 2.7 EOL warning message?
Copy code
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at <https://pip.pypa.io/en/latest/development/release-process/#python-2-support>
e
Probably just ignore it if you can for now and wait for 1.26.0.dev2 This Friday which will have Pex 2.1.5 and this fix: https://github.com/pantsbuild/pex/pull/908
👍 2