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

Release 2.0 does not support Python 3.5 #18

Open
taam opened this issue May 19, 2021 · 0 comments
Open

Release 2.0 does not support Python 3.5 #18

taam opened this issue May 19, 2021 · 0 comments

Comments

@taam
Copy link

taam commented May 19, 2021

The code checks for Python 3.5, but that version actually does not work, as the f-strings are used, which require Python 3.6. This effectively drops support for Ubuntu 16.04 (which has reached "end of standard support").

There are only 3 places where f-strings are used, which could be replaced, otherwise the version check should probably test for Python 3.6.

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

1 participant