robotnix icon indicating copy to clipboard operation
robotnix copied to clipboard

Drop python2

Open Atemu opened this issue 2 years ago • 1 comments

python2 is used for compat with older versions of Android it seems. We should either:

  1. Drop it entirely
  2. Make python2 optionally available for old android versions; requiring the user to opt into insecure which I think is appropriate
  3. Use python2 from 22.11 into eternity

I'm gravitating towards 2, perhaps resorting to 1. if that turns out to be too hard.

What we should do in any case is getting rid of python2 for deps. It remains to be seen how possible that is or whether we need to resort to 1. here aswell.

Related: https://github.com/nix-community/robotnix/issues/218

Atemu avatar Nov 09 '23 06:11 Atemu