josephernest / SamplerBox

SamplerBox is a sampler musical instrument based on RaspberryPi.
https://www.samplerbox.org
430 stars 97 forks source link

Last Python2 release #50

Closed josephernest closed 2 years ago

josephernest commented 2 years ago

@mojca I suggest we make a last Python2 ISO release to make sure everything works for people still using this good old version, and then we can move 100% to Python3 version. Todo:

Then we can add features in python3 branch and after some time, make this branch the default one.

mojca commented 2 years ago

Creating another release before further changes sounds perfectly ok.

But just to clarify: my patches should remain compatible with python 2.7, it's just a matter of picking the python version that gets used by default with your image. The version of python may, but it's not required to be changed immediately.

josephernest commented 2 years ago

I'm finally rewriting certain parts to include Python3 support directly. I hope to push these next days.