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

Update to python 3.0 compliance #1047

Closed
jedwards4b opened this issue Jan 26, 2017 · 5 comments
Closed

Update to python 3.0 compliance #1047

jedwards4b opened this issue Jan 26, 2017 · 5 comments

Comments

@jedwards4b
Copy link
Contributor

End of life for python 2.7 is 2020. What needs to be done to update cime to python 3?

@jgfouca
Copy link
Contributor

jgfouca commented Jan 26, 2017

Python has a 2_to_3 script that should take care of most of it. It would be a matter of running the script, pylinting the result, and running our tests. Hopefully it would mostly just work.

@rljacob
Copy link
Member

rljacob commented Jan 26, 2017

Sounds good but lets not make this a priority. 2020 is a while from now and 2.7 won't disappear over night.

@mvertens
Copy link
Contributor

mvertens commented Jan 26, 2017 via email

@jgfouca
Copy link
Contributor

jgfouca commented Jan 26, 2017

Yes, and even then, 2.7 will never disappear. They just won't release any further updates to it.

@mfdeakin-sandia
Copy link
Contributor

For the future, as a Python 3 evangelist, I would like to work on this

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

5 participants