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

Can we use f-strings? #127

Open
rwest opened this issue Jul 6, 2019 · 2 comments
Open

Can we use f-strings? #127

rwest opened this issue Jul 6, 2019 · 2 comments

Comments

@rwest
Copy link
Member

rwest commented Jul 6, 2019

I think Travis is testing compatibility with Python 3.5 which means we can't use f strings. May we increase the minimum requirements to Python 3.6? Or would that exclude a lot of hypothetical users?

@rwest rwest changed the title Can we use g-strings? Can we use f-strings? Jul 6, 2019
@kyleniemeyer
Copy link
Member

I personally think it’s reasonable to say Python 3.6+, considering how easy it is now to set up an environment in Anaconda. And the latest version is 3.7, so supporting the most recent two seems ok, as long as it’s clear in the docs.

@bryanwweber
Copy link
Member

My only mild concern is that the default Python 3 in Ubuntu 16.04 is 3.5, and that will have support through 2021. The official end of life for 3.5 isn't until September 2020 as well. Not everyone will have/want to use Anaconda...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants