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
Taking a look at the source the only thing I saw requiring this was the match/switch statements.
Consider changing it to a switch or if elif statements to make it easier for older versions of python.
There are a lot of different linux distros who don't make it very easy to use the latest python versions out of the box. Many people just add an alternate ppa but this adds another layer of trust. Building from source takes some time.
Might help expand potential user base.
The text was updated successfully, but these errors were encountered:
MoneroSMS requires Python 3.10+
Taking a look at the source the only thing I saw requiring this was the match/switch statements.
Consider changing it to a switch or if elif statements to make it easier for older versions of python.
There are a lot of different linux distros who don't make it very easy to use the latest python versions out of the box. Many people just add an alternate ppa but this adds another layer of trust. Building from source takes some time.
Might help expand potential user base.
The text was updated successfully, but these errors were encountered: