You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from __future__ importabsolute_import, print_function
which is used for compatibility for both Python 2 and Python 3. Root 6.32 dropped support for Python 2. Is there any plans stop supporting Python 2 in this project? I think it has to be done at some point, especially if newer versions of Root will be used as prerequisite.
Migration to Python 3 has been discussed in #759 and #647, but as far as I can tell dropping support for Python 2 has not been discussed.
The text was updated successfully, but these errors were encountered:
Python 2 support has been dropped in ROOT, CMSSW, and practically speaking also in combine with the recent PR that removed the Python 2 environment from the CI:
On many Python files, there is line
which is used for compatibility for both Python 2 and Python 3. Root 6.32 dropped support for Python 2. Is there any plans stop supporting Python 2 in this project? I think it has to be done at some point, especially if newer versions of Root will be used as prerequisite.
Migration to Python 3 has been discussed in #759 and #647, but as far as I can tell dropping support for Python 2 has not been discussed.
The text was updated successfully, but these errors were encountered: