Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider adding older python compatability #2

Closed
Crypt0-Bear opened this issue Dec 2, 2022 · 2 comments
Closed

Consider adding older python compatability #2

Crypt0-Bear opened this issue Dec 2, 2022 · 2 comments

Comments

@Crypt0-Bear
Copy link

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.

@EgosOwn
Copy link
Owner

EgosOwn commented Dec 5, 2022

Yeah, i'll switch it to if eventually - it is problematic for Debian users.

@EgosOwn
Copy link
Owner

EgosOwn commented Oct 18, 2024

I plan to rewrite this in Go #5

@EgosOwn EgosOwn closed this as completed Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants