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
Hi,
in file six.py you are implementing "Utilities for writing code that runs on Python 2 and 3". Unfortunately this stops working for Python3.12. Debian (and probably other distributions) will move on to this or later Python3 versions which will break Ragout while Python 2.x is deprecated since years. Do you intend to drop compatibility Python 2.x and enable later Python3 versions?
Kind regards, Andreas.
The text was updated successfully, but these errors were encountered:
I've found a solution for this issue which is basically droping the code copy of six.py and replace ragout.six by just six in the import statements. There is a patch for the Debian package you might like to take over.
Hi,
in file six.py you are implementing "Utilities for writing code that runs on Python 2 and 3". Unfortunately this stops working for Python3.12. Debian (and probably other distributions) will move on to this or later Python3 versions which will break Ragout while Python 2.x is deprecated since years. Do you intend to drop compatibility Python 2.x and enable later Python3 versions?
Kind regards, Andreas.
The text was updated successfully, but these errors were encountered: